Laravel Installation

Laravel Installation

=> Type this command

composer create-project laravel/laravel example-app

=> Type this command for installation of breeze package in laravel

composer require laravel/breeze --dev

=> Type this command for install breeze blade templates and auth

php artisan breeze:install blade
php artisan migrate
npm install
npm run dev
=> Type this command for install ui blade templates and auth in case of laravel 7
composer require laravel/ui
php artisan ui bootstrap --auth
=> Video Tutorial

Leave a Reply