Skip to content

Instantly share code, notes, and snippets.

@patrickcurl
Last active August 11, 2021 23:09
Show Gist options
  • Save patrickcurl/c4bb27b827475b77c434b35c4f1bd3cd to your computer and use it in GitHub Desktop.
Save patrickcurl/c4bb27b827475b77c434b35c4f1bd3cd to your computer and use it in GitHub Desktop.
Laravel Breeze Auth Tutorial
laravel new breezy-login
cd breezy-login
composer require laravel/breeze
php artisan breeze:install vue
# Or...
php artisan breeze:install react
npm install
npm run dev
php artisan migrate
# I also like to run vendor/publish and choose option 0 for publish all, this way I can override and control more in my application.
php artisan vendor:publish --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment