Laravel migrations messed up -


I have created my Laravel migration and I get a serious PHP error: the class can not be changed again when turned on

php artisan migrate - path = "workbench / feed / feeds 2 geo / src / migrations"

I am removing the migration file and manually I am leaving the table and form the php artisan migrate: but still it is the same.

How can I fix migrations? You need to check all your migration class files and check duplicate class names.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

c# - Create dynamic LINQ query expression at runtime which translates into a parameterized SQL query for nullable types -

cmake - cpack generates RPMs with %files entries that conflict with the RPM spec. How to fix? -