Registry /
web-framework / appstract-laravel-blade-directives
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
BladeDirectivesServiceProvider
✓ use Appstract\BladeDirectives\BladeDirectivesServiceProvider;
Register the service provider and use custom Blade directives.
// Register the service provider in config/app.php
'providers' => [
// ...
Appstract\BladeDirectives\BladeDirectivesServiceProvider::class,
];
// Then use directives in Blade templates:
// @dump($var)
// @dd($var)
// @explode(',', $string)
// @implode(',', $array)
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.14.0latest on Packagist
Audit
Dependencies
No dependency data recorded yet.