Top "Artisan-migrate" questions

ErrorException array to string conversion on migrate --seed

I'm trying to set up my very first laravel project however when I try to have artisan to seed the …

php laravel-5 database-migration faker artisan-migrate
Debugging a Laravel 5 artisan migrate unexpected T_VARIABLE FatalErrorException

When running artisan migrate on a Laravel 5 project, it is failing with the following FatalErrorException: $ artisan migrate -vvv --force [Symfony\…

debugging laravel laravel-5.1 laravel-artisan artisan-migrate
How to create a migration in Laravel 5 that only adds a column to an existing table

I'm trying to add a number of new column to the generic 'users' table that comes with the Laravel 5 installation. …

php mysql laravel migration artisan-migrate
How to use global prefix for tables in Laravel 5

New in Laravel. Probably a silly question. I had setup database like this: 'mysql' => [ 'driver' => 'mysql', 'host' => …

laravel laravel-5 laravel-5.2 laravel-artisan artisan-migrate