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

artisan command not working #69

Closed
kwiqadmin opened this issue Nov 16, 2016 · 4 comments
Closed

artisan command not working #69

kwiqadmin opened this issue Nov 16, 2016 · 4 comments

Comments

@kwiqadmin
Copy link

I have installed it on a laravel project. But I don’t get the artisan command to work. I always get: [Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "lang" namespace.

@rmariuzzo
Copy link
Owner

Hey @kwiqadmin!

Thanks for your time on file an issue. What is the command you are typing?

@kwiqadmin
Copy link
Author

I already found the solution:
I had to do:
php artisan config:clear

now php artisan lang:js works again. Thanks anyway :)

@rmariuzzo
Copy link
Owner

Cool! Happy coding @kwiqadmin !

@Richard2012
Copy link

Same here. Problem with artisan lang
php artisan lang:publish
returns
ERROR There are no commands defined in the "lang" namespace.
All other artisan commands work fine. This is on Laravel 9.

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

3 participants