Replies: 1 comment
-
Maybe you can try with Illuminate\Support\Facades\Process ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
How can i install package fron Controller ?
When i try with
Artisan::call('module:install vendorName/' . strtolower($moduleName) . '-module');
i get Nwidart\Modules\Exceptions\ModuleNotFoundException Module [BlogModule] does not exist!
When i try from CLI - everything is ok.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions