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

problem "Class 'CreateTestTest2Table' not found" and its solution #101

Open
mbarky opened this issue Mar 15, 2018 · 0 comments
Open

problem "Class 'CreateTestTest2Table' not found" and its solution #101

mbarky opened this issue Mar 15, 2018 · 0 comments

Comments

@mbarky
Copy link
Contributor

mbarky commented Mar 15, 2018

When create a model and its name containing under score ( _ ) gives an error but it creates every thing except make migrate because of the table name in the migration file Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Class 'CreateTestTest2Table' not found

solution : edit the migration file of the corresponding model and remove the _ under score character and perform migration from the command line

php artisan db:migrate

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

1 participant