LaravelPackages.net
Acme Inc.
Toggle sidebar
handlesocial/laravel-handle-blade-directives

Handy Blade directives by HandleSocial

15
0
1.0.2
About handlesocial/laravel-handle-blade-directives

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

laravel-handle-blade-directives

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.

Star History Chart