Create A Simple Laravel Admin Dashboard
Open your server site folder in the Code editor
Also Open Terminal
for example:
Type cd folder_Name and click Enter button
cd new-project
Install Laravel breeze
Type composer require laravel/breeze --dev and click Enter button
open .env
copy database name
Create Database
Open phpmyadmin pannel and check your database table
Then install All
php artisan breeze:installphp artisan migrate
npm install
npm run dev
*Install All Done and show your APP URL
Reload your browser and You will see the following interface
Reload your phpmyadmin pannel and You will see the following interface
YOU ARE SUCCESSFULLY DONE THIS