markhilton/monolog-mysql

Laravel 5.5 Error on migration

Opened this issue · 4 comments

I did follow all the installation steps and get following error when im at the step:

php artisan migrate

[Symfony\Component\Debug\Exception\FatalThrowableError] Class '' not found

Boot should be changed to

$this->loadMigrationsFrom(DIR.'/path/to/migrations');

If you rename the migration file everything works fine.

I did follow all the installation steps and get following error when im at the step:

In Migrator.php line 417:
Class '' not found

I solved this problem. The problem in the name of migration

Helllo, need before migration name file write date, for examle 2017_12_20_085205_create_logs_table.php

For me it's work

Yes ,you are right , I solved this problem . we need to add d date and random number before the table .