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

File does not exists modules.used #11

Closed
clonex1 opened this issue Jul 26, 2016 · 3 comments
Closed

File does not exists modules.used #11

clonex1 opened this issue Jul 26, 2016 · 3 comments

Comments

@clonex1
Copy link

clonex1 commented Jul 26, 2016

Hi,

I was trying to execute the following command

php artisan module:make-request LoginRequest

But, I got the following error.

File does not exist at path /laravel/storage/app/modules/modules.used

@nWidart
Copy link
Owner

nWidart commented Jul 26, 2016

Hi,

That's because you didn't specify which module you want that request to be generated for.

When in doubt, you can always run php artisan your-commnad --help to known which arguments it needs.

You can always use the php artisan module:use blog command which would remember the module you're working on the so you don't have to specify the module name argument.

@clonex1
Copy link
Author

clonex1 commented Jul 26, 2016

It worked. Sorry for premature reporting.
Thanks!

@clonex1 clonex1 closed this as completed Jul 26, 2016
@nWidart
Copy link
Owner

nWidart commented Jul 26, 2016

No worries, glad you got it working. 😄

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

No branches or pull requests

2 participants