You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is new feature in Laravel 8.
Now we can create migration within anonymous class object instead of just class.
It will solve the issue with duplicated class names of migrations.
Hi!
There is new feature in Laravel 8.
Now we can create migration within anonymous class object instead of just class.
It will solve the issue with duplicated class names of migrations.
For more information about this feature: laravel/framework#36906
I think it could be implemented as checkbox in the migration creation window.
The text was updated successfully, but these errors were encountered: