InterNACHI / modular

Modularize your Laravel application
MIT License
796 stars 65 forks source link

Resolves #75 Command $signature is being replaced with modular_name:command #76

Closed WebKenth closed 8 months ago

WebKenth commented 8 months ago

Should Resolve #75

Tested with both

php artisan make:command TestCommand --module="test-module"

and

php artisan make:command TestCommand --module="test-module" --command="my:test:command"

Both works flawlessly

inxilpro commented 8 months ago

Thanks!