Handy Blade directives by HandleSocial
handlesocial/laravel-handle-blade-directives is a Laravel package for handy blade directives by handlesocial.
It currently has 0 GitHub stars and 15 downloads on Packagist (latest version 1.0.2).
Install it with composer require handlesocial/laravel-handle-blade-directives.
Discover more Laravel packages by handlesocial
or browse all Laravel packages to compare alternatives.
Last updated
A few useful Laravel Blade directives.
You can install the package via composer:
composer require handlesocial/laravel-handle-blade-directives
extends @can by enabling multiple pipe-delimited arguments to check.
@canany('this|that')
This will be echoed if either/or is true
@endcanany
Contributions welcome, thanks
The MIT License (MIT). Please see License File for more information.