Try
$> php artisan queue:failed-table
This creates the necessary migration. Then do
$> php artisan migrate
to get table created in your database.
rokde said:
Try
$> php artisan queue:failed-table
This creates the necessary migration. Then do
$> php artisan migrate
to get table created in your database.
Thanks!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community