Laravel error with php artisan migrate in mysql
Can you help me with this error? I can’t migrate my file in mysql.
I’m running the latest version of laravel when i migrate in the terminal.
Call to undefined method IlluminateDatabaseSchemaMySqlBuilder::getColumns()
`C:xampphtdocscrud>php artisan make:crud categories
Running Crud Generator …
Creating Controller …
Creating Model …
‘Laravel new ‘ not prompting for options
When I attempt to install a new laravel project using: