Closed
Description
- Laravel Version: 7.3.0
Description:
If I have a package that has some anonymous components, the only way I can make them available is to create a class for them and register them individually. There is no way to register anonymous components without writing a class for it.
For reference,
spatie/laravel-blade-x
had BladeX::component('components.myAlert');
to register a component which is just a blade file.
Metadata
Metadata
Assignees
Labels
No labels