Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.5] Guess the --create option in make:migration #20032

Merged
merged 1 commit into from
Jul 13, 2017

Conversation

sileence
Copy link
Contributor

This is probably a silly PR but I always find myself writing this:

art mak:mig create_users_table --create=users
art mak:mig create_products_table --create=products
art mak:mig create_product_categories_table --create=product_categories
art mak:mig create_another_table_with_really_long_name_table --create=another_table_with_really_long_name

So maybe we can have the make:migration command guess the table to create for us?

@m1guelpf
Copy link
Contributor

This would make our lifes easier, thank you!

@taylorotwell taylorotwell merged commit e96e5ab into laravel:master Jul 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants