Try this simple Laravel migration and avoid using Mysql and others php artisan make:migration create_tasks_table –create=tasks php artisan make:model Task
Try this simple Laravel migration and avoid using Mysql and others php artisan make:migration create_tasks_table –create=tasks php artisan make:model Task