handlesocial / laravel-handle-blade-directives
Handy Blade directives by HandleSocial
1.0.2
2019-03-02 10:24 UTC
Requires
- php: >=5.6
- laravel/framework: ^5.5
Requires (Dev)
- orchestra/testbench: ~3.5
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-05-29 01:07:18 UTC
README
A few useful Laravel Blade directives.
Installation
You can install the package via composer:
composer require handlesocial/laravel-handle-blade-directives
Usage
@canany
extends @can by enabling multiple pipe-delimited arguments to check.
@canany('this|that') This will be echoed if either/or is true @endcanany
Contributing
Contributions welcome, thanks
License
The MIT License (MIT). Please see License File for more information.