Unable to locate a class or view for component [dynamic-component]
-
Hi,
i want to use laravel blade dynamic component feature. But the bagisto project cannot find the view or class of this build in laravel feature?
-
Seems like your classes and view have not been found.
-
Hi @devansh-webkul , thank you for your reply.
this class and view is shipped with laravel, https://laravel.com/docs/8.x/releases#dynamic-blade-components
Any idea how can that bagisto can't find the laravel build in class?
-
i manually register it on AppServiceProvider at it work. Thanks
Blade::component('dynamic-component', DynamicComponent::class);