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

Develop #26

Merged
merged 24 commits into from
Aug 24, 2014
Merged

Develop #26

merged 24 commits into from
Aug 24, 2014

Conversation

gravitano
Copy link
Member

  • New artisan command module:use for use the specified module in cli interface.

Now, if you have used the command module:use to use a module, when you create controllers, models, migration, seed and other commands, you do not need to include the name of the module in a command.

Here's an example of using the module:use command.

php artisan module:use moduleName

The command to create a controller before using the module use.

php artisan controller:make moduleName UserController

The command to create a controller after using the module use.

php artisan controller:make UserController

@gravitano gravitano merged commit fd7149e into master Aug 24, 2014
@kaidesu
Copy link

kaidesu commented Aug 27, 2014

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants