Tag : Laravel 8



How to Use Laravel Factory in Seeder

How to Use Laravel Factory in Seeder

Laravel is a popular PHP framework known for its elegance and simplicity in building web applications. When it comes to populating your database with sample data for testing and development, Laravel offers a powerful tool called Factory and Seeder.

In this article, we will explore how t...

How To Create Custom Command In Laravel 9

How To Create Custom Command In Laravel 9

In this article, we will see how to create a custom command in laravel 9. Here we will learn about how to make custom artisan commands in laravel 8 and laravel 9. Laravel provides its own artisan commands for creating migration, models, controllers, etc. You can build your own custom co...

How To Use Image Intervention In Laravel 9

How To Use Image Intervention In Laravel 9

In this article, we will see how to use image intervention in laravel 9. Here, we will learn about image intervention and image resizing in laravel 8 and laravel 9. Also, we are using an intervention package for resizing images in laravel 9. So, let's see how to use intervention images in lar...

How To Image Optimization In Laravel 9 Using Spatie

How To Image Optimization In Laravel 9 Using Spatie

In this article, we will see how to image optimization in laravel 9 using spatie. Here, we will learn about image optimization in laravel 8 and laravel 9. Here will use spatie/image-optimizer package to optimize the image. It can easily optimize the image.

This package can optimize...

How To Create Custom Error Page In Laravel 9

How To Create Custom Error Page In Laravel 9

In this article, we will see how to create a custom error page in laravel 9. Here we will create a custom 404 error page in laravel 7, laravel 8, and laravel 9. In laravel by default provide a simple design for the 404 error page. But you can create a custom error page as per your theme.

...

How To Backup Database In Laravel 9 Using Spatie

How To Backup Database In Laravel 9 Using Spatie

In this article, we will see how to back up the database in laravel 9 using spatie. Here, we will learn automatic database backup in laravel 8 and laravel 9 using spatie package. spatie/laravel-backup package creates a backup of your application. The backup is a zip file...

How To Image Upload Using Ajax In Laravel 9

How To Image Upload Using Ajax In Laravel 9

In this article, we will see how to image upload using ajax in laravel 9. Here, we will learn about image upload in laravel 7, laravel 8, and laravel 9 using jquery ajax. So, you can upload an image without page refresh in laravel 8 and laravel 9.

So, let's see laravel 9 image...

How To Use OpenAI In Laravel 8/9

How To Use OpenAI In Laravel 8/9

In this article, we will explore the integration of OpenAI into Laravel versions 8, 9, and 10. Our focus will be on understanding and utilizing the OpenAI API within Laravel applications. The OpenAI API is a versatile tool that can be employed for a wide range of tasks involving the comprehension...

How To Create Web Notifications In Laravel 9 Using Pusher

How To Create Web Notifications In Laravel 9 Using Pusher

In this article, we will see how to create web notifications in laravel 9 using pusher. Here, we will learn how to develop real-time web notifications in laravel 7, laravel 8, and laravel 9 using pusher. we would demonstrate when someone carries out an action related to you or...

How To Build Live Chat App In Laravel 9 And Vue JS

How To Build Live Chat App In Laravel 9 And Vue JS

In this article, we will see how to build a live chat app in laravel 9 and vue js. Here, we will learn how to create real-time chat applications in laravel 8 and laravel 9 with vue.js and pusher. For this example need basic knowledge of laravel and vue.js for better understanding.

...

Recommended Post
Featured Post
Datatables Show And Hide Columns Dynamically In jQuery
Datatables Show And Hide Colum...

In this article, we will see how to hide and show columns in datatable in jquery. This example shows how you can ma...

Read More

Jun-07-2022

How To Get Multiple Checkbox Value In React JS
How To Get Multiple Checkbox V...

In this article, we will see how to get multiple checkbox values in react js. In react, js click on the submit butt...

Read More

Aug-29-2022

How To Create Validation Rule In Laravel 10
How To Create Validation Rule...

In this article, we will see how to create a validation rule in laravel 10. Here, we will learn about the laravel 1...

Read More

May-22-2023

PHP 8.3: Release Date and New Features
PHP 8.3: Release Date and New...

Welcome web development enthusiasts! Here, we are going to talk about the much-awaited PHP 8.3. It is packed with a m...

Read More

Jan-12-2023