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
I need to access the component attributes in the component class without returning a function I render method because the closure returned a broken blade in my hosting
I have a component, and I can get the attributes using the closure
But, it don't work in my hosting
error: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /var/www/vhosts/********************/resources/views/<div class="relative" x-data="{ localeDateConfig: {}, config:
The component content is used in name, if I return a normal view, without closure, work fine
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
Uh oh!
There was an error while loading. Please reload this page.
-
I need to access the component attributes in the component class without returning a function I render method because the closure returned a broken blade in my hosting
I have a component, and I can get the attributes using the closure

But, it don't work in my hosting
error:
file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /var/www/vhosts/********************/resources/views/<div class="relative" x-data="{ localeDateConfig: {}, config:
The component content is used in name, if I return a normal view, without closure, work fine
Beta Was this translation helpful? Give feedback.
All reactions