-
Do I have to look for each command and put them in manually or is there a list? When upgrading from 10 to 11 it seems like I have to find what subfolder each of the commands are put in. Is there something I have missed or? |
Beta Was this translation helpful? Give feedback.
Answered by
dcblogdev
Nov 16, 2024
Replies: 1 comment 1 reply
-
You can see the internal commands at https://github.com/nWidart/laravel-modules/blob/v11.1.5/src/Providers/ConsoleServiceProvider.php to see all module commands you can run: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
berghxyz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can see the internal commands at https://github.com/nWidart/laravel-modules/blob/v11.1.5/src/Providers/ConsoleServiceProvider.php
to see all module commands you can run:
php artisan list | grep module