This package contains various Blade components that you can use in your views. These are automatically registered with the prefix manta
.
blade<x-manta.header-flux />
If you have problems loading Blade components, try the following:
php artisan view:clear
php artisan vendor:publish --provider="Manta\FluxCMS\FluxCMSServiceProvider" --tag="views"
The components are located in the resources/views/components
directory of the package and can be used with the manta
prefix.
For a complete list of available components, check the resources/views/components
directory in the package source code.