In this blog, I will describe Laravel CRUD operation. I have used Laravel 10 version. You have to install Laravel and Composer first. Step – 1: Create a database and change the database name in .env file Step-2: Type in command:
Read More
Installing Laravel Install composer Type in cmd ” composer create-project laravel/laravel app_name “ Go to app_name folder and type ” php artisan serve “ Change DB name in .env file Open cmd and type the following commands Laravel Admin and User Login
Read More