Tag : Laravel 11



Laravel 11 Create Dynamic Dropdown using Vue.JS

Laravel 11 Create Dynamic Dropdown using Vue.JS

Hello, web developers! In this article, we'll see how to create a dynamic dropdown using Vue.js with laravel 11. Also, see the selected dropdown value in vue js. To create a dynamic dropdown using Vue.js with Laravel, you need to set up a Laravel application.

Create a Vue compo...

How to Store JSON Data in Database in Laravel 11

How to Store JSON Data in Database in Laravel 11

Hello, laravel web developers! In this article, we'll see how to store JSON data in the database in laravel 11. JSON is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and...

How to Create ZIP Archive File in Laravel 11 Example

How to Create ZIP Archive File in Laravel 11 Example

Hello, laravel web developers! In this article, we'll see how to create a zip archive file in laravel 11. You can create a zip file using two methods. one is using ZipArchive and the other is using the stechstudio/laravel-zipstream composer package.

stechstudio/laravel-zip...

Laravel 11 Vite Install Sweetalert2 Example

Laravel 11 Vite Install Sweetalert2 Example

Hello, laravel web developers! In this article, we'll see how to install sweetalert2 in laravel 11 vite. Sweetalert2 is a beautiful, responsive, customizable, accessible (WAI-ARIA) replacement for JavaScript's popup boxes.

In laravel 11, you can install sweetalert2 usi...

How to Update User Profile in Laravel 11

How to Update User Profile in Laravel 11

Hello, laravel developers! In this article, we'll see how to update user profiles in laravel 11. Here, we'll change the profile picture in laravel 11. We'll create basic authentication using Laravel UI and proceed to create a user profile page.

Here, we'll inst...

Laravel 11 JSON Web Token(JWT) Authentication

Laravel 11 JSON Web Token(JWT) Authentication

Hello, laravel web developers! In this article, we'll see how to authenticate using JWT in laravel 11. In laravel 11, we use JSON web token(JWT) for authentication. JSON Web Token is a proposed Internet standard for creating data with optional signature and/or optional encryption whose p...

How to Add Active Class Dynamically in Laravel 11

How to Add Active Class Dynamically in Laravel 11

Hello, laravel web developers! In this article, we'll see how to add an active class dynamically in laravel 11. Here, we'll learn about adding an active class on the active menu in laravel 11. You can add an active class on an active URL in laravel 11.

Add active class to a navi...

Laravel 11 Spatie Media Library Example

Laravel 11 Spatie Media Library Example

Hello, laravel web developers! In this article, we'll see how to install spatie media library in laravel 11. Here, we'll use spatie/laravel-medialibrary composer package. Also, you can handle upload with Livewire and vue js in laravel 11.

Additionally, you can crop and resize th...

How to Convert UTC Time to Local Time in Laravel 11

How to Convert UTC Time to Local Time in Laravel 11

Hello, laravel web developers! In this article, we'll see how to convert UTC time to local time in laravel 11. Here, we'll use the carbon parse function to convert local time in laravel 11. Use Carbon's setTimezone() method in Laravel 11 to convert any UTC time to...

How to Convert Word Docx to PDF in Laravel 11

How to Convert Word Docx to PDF in Laravel 11

Hello, laravel web developers! In this article, we'll see how to convert Word doc to PDF in laravel 11. In laravel 11, we'll convert DOCX to PDF. Here, we'll use barryvdh/laravel-dompdf and phpoffice/phpword package.

phpo...

Recommended Post
Featured Post
How To Install Python In Windows
How To Install Python In Windo...

In this article, how to install python on windows. Python is a high-level, interpreted, general-purpose programming...

Read More

May-05-2022

How to Load Iframe in jQuery onload Event
How to Load Iframe in jQuery o...

Hello, laravel web developers! In this article, we'll see how to load an iframe in jQuery on a load event. In jQuery...

Read More

Jun-21-2024

Laravel 9 File Upload Example
Laravel 9 File Upload Example

In this artical, we will explain the laravel 9 file upload example step by step. As we know file upload is the most comm...

Read More

Mar-11-2022

How To Install Tailwind CSS In Laravel 9
How To Install Tailwind CSS In...

In this article, we will see how to install tailwind CSS in laravel 9. Tailwind CSS works by scanning all of y...

Read More

Jun-13-2022