Closed
Description
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.