You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Livewire has a configuration key to update the class file path. So, by default the path is App\Livewire in livewire v3 or we can give any path.
Now, the problem is during the creation new Table, created table Class is generating App\Http\Livewire, So during the page rending error occurs. Because Livewire and Powergrid both classpath is different.
Can we load the path of the new table class from the livewire configuration file instead of hardcoding to the package or do we have a similar kind of option to update the classpath for Powergrid also?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Livewire has a configuration key to update the class file path. So, by default the path is App\Livewire in livewire v3 or we can give any path.
Now, the problem is during the creation new Table, created table Class is generating App\Http\Livewire, So during the page rending error occurs. Because Livewire and Powergrid both classpath is different.
Can we load the path of the new table class from the livewire configuration file instead of hardcoding to the package or do we have a similar kind of option to update the classpath for Powergrid also?
Beta Was this translation helpful? Give feedback.
All reactions