zizohassan / laraflat

Advanced laravel system to build admin panel
http://laraflat.com
MIT License
150 stars 76 forks source link

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

Open mbarky opened 6 years ago

mbarky commented 6 years ago

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