Using "php artisan" commands while developing package?
When developing a package locally how do you use php artisan commands? I'm developing my package in a separate repository but it's intended to be a Laravel package.
I use Laravel Zero. It's Laravel without the public folder, etc, so good for make CLI application and scheduled tasks. The difference is, instead of php artisan it use php your-app-name
But make a package laravel I think is usually done in Raw OOP PHP