I am trying to create Laravel packages and I would like access to artisan so that I can create controllers, models, and so on.. I remember there being a laravel package for Laravel Package Development but I can't for the life of me remember. I am trying to improve my workflow, how can I add something like artisan to my package development? Can it be done?
P.S. I don't want to add artisan commands I want to use the CLI tool from my package. Is this possible?
I think 'Laravel Packager' is something you are looking for you can find more about this here
https://github.com/Jeroen-G/laravel-packager/blob/master/readme.md