Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 5.5 Error on migration #1

Open
frederikkunze opened this issue Oct 27, 2017 · 4 comments
Open

Laravel 5.5 Error on migration #1

frederikkunze opened this issue Oct 27, 2017 · 4 comments

Comments

@frederikkunze
Copy link

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

@dvdhoek
Copy link

dvdhoek commented Nov 13, 2017

Boot should be changed to

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

If you rename the migration file everything works fine.

@d-nekrasov
Copy link

d-nekrasov commented Dec 18, 2017

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

@dmytro-kuchura
Copy link

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

For me it's work

@askme-gpt
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants