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

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -