Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created May 31, 2020 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/c9f00b7f810309345b72d9271c3fa2fb to your computer and use it in GitHub Desktop.
Save uno-de-piera/c9f00b7f810309345b72d9271c3fa2fb to your computer and use it in GitHub Desktop.
# 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