Using Queues
This package uses queues under the hood with PHP Generators to make it fast and efficient.
Create the batches table
by running
1php artisan queue:batches-table
Then, run the migration.
1php artisan migrate
After that, set up the queues' configuration. Head to Laravel Queues Documentation to learn more.