Example Events Notification, with Queues and emails
First, clone project:
# clone
git clone https://github.com/carlosfgti/laravel-events-listeners.git
# Access project
cd laravel-events-listeners
# Install dependencies
composer install
# Create file .env
cp .env.example .env
# Create migrations (tables and Seeders)
php artisan migrate --seed
# Create Server
php artisan serve
# Queue
php artisan queue:work
Aprenda como Trabalhar com Eventos no Laravel (Saiba Mais).