Answers for "php artisan make:auth not working in laravel 8"

PHP
4

php artisan make:auth Command "make:auth" is not defined.

composer require laravel/ui
php artisan ui vue --auth
php artisan migrate
Posted by: Guest on November-02-2020
0

php artisan make:auth laravel 8

// With Boothstrap
composer require laravel/ui --dev
php artisan ui bootstrap --auth
npm install && npm run dev
Posted by: Guest on September-24-2021

Code answers related to "php artisan make:auth not working in laravel 8"

Browse Popular Code Answers by Language