Php artisan migrate throws table base or view on found [Solved]

Krixnaas - May 4 '23 - - Dev Community

This error was occurring because of a scheduled task in laravel that involved a database lookup. By commenting out all the task scheduler in

laravel/app/Console/Kernel.php
Enter fullscreen mode Exit fullscreen mode

you can run php artisan migrate

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player