nWidart / laravel-modules

Module Management In Laravel
https://docs.laravelmodules.com
MIT License
5.5k stars 954 forks source link

can we run php artisan module:publish for a specific module? #1909

Closed ghostza1209 closed 2 months ago

ghostza1209 commented 2 months ago

image I want to run the publish command only for this module.

ghostza1209 commented 2 months ago

Ahh, my bad. We can publish for a module specifically.

like this

php artisan module:publish ModuleName