Notes
- I used queue database connection to not add additional information about configuring redis. But I prefer using redis for queues.
- Please run
php artisan queue:workcommand to listen queues. - Please run
php artisan subscribers:notifyto notify users about new posts. - Please run
php artisan migrate --seedto run migrations and seeder of websites. - I didn't use cache because there's no reason for this task.
- I have created Postman collection.