- composer install
- npm install
- php artisan migrate
- php artisan serve
[Email Config] https://support.google.com/accounts/answer/185833?hl=en
- Go to your Google Account.
- Select Security.
- Under "Signing in to Google," select 2-Step Verification.
- At the bottom of the page, select App passwords. 5 . Enter a name that helps you remember where you’ll use the app password.
- Select Generate.
- To enter the app password, follow the instructions on your screen. The app password is the 16-character code that generates on your device.
- Select Done.
[Queue] https://laravel.com/docs/10.x/queues Requirement
php artisan queue:table
php artisan migrateRun Services
php artisan queue:work --queue=emails [Email Content] https://laravel.com/docs/10.x/mail