This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# auth laravel | |
composer require laravel/ui | |
php artisan ui vue --auth | |
npm install && npm run dev | |
# make login test with dusk | |
php artisan dusk:make LoginTest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment