-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Auto binding Artisan commands in packages #65
Comments
You need to resolve your command (if it's bound to the application container) or add it. This should be done in I'm going to say yes it's possible to use a raw Symfony command with Artisan. Extending Laravel's |
I believe you should be able to use "pure" Symfony commands, yes. Also, you may use the |
Added .env to .gitignore
Hi,
I created a composer package some time ago, with some symfony command line commands.
Now that i'm implementing L4 on a project that uses this package I wanted to be able to reuse these commands inside Artisan.
so I have two questions :
Thanks in advance
The text was updated successfully, but these errors were encountered: