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 have a Blade component located at Modules/Auth/resources/views/admin/components/users/forms/user-form.blade.php.
Because I've moved the components folder inside the admin folder, the following no longer works:
<x-auth::admin.users.forms.user-form />
So I believe I have to use Blade::anonymousComponentNamespace() in the boot method of my AuthServiceProvider? I've tried many different combinations for the directory and prefix, but regardless the component is not found.
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
-
I have a Blade component located at Modules/Auth/resources/views/admin/components/users/forms/user-form.blade.php.
Because I've moved the components folder inside the admin folder, the following no longer works:
<x-auth::admin.users.forms.user-form />
So I believe I have to use Blade::anonymousComponentNamespace() in the boot method of my AuthServiceProvider? I've tried many different combinations for the directory and prefix, but regardless the component is not found.
Any ideas? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions