Using composer package in a module #1964
Replies: 1 comment
-
I think you will have to continue to move the files yourself that package is probaby setup to use the normal Laravel paths. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I installed livewire-powergrid in my module. This package facilitates creating datatables based on Livewire easier and outputs a Livewire component class by using php artisan powergrid:create.
Is there a proper artisan command to use this package within a module? When I use it, the output file goes to the main Livewire folder of the app and I have to manually transfer it to the Livewire folder in the module (I installed modules-livewire) to change the namespaces.
Appreciate this package! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions