Looking to hire Laravel developers? Try LaraJobs

laravel-handle-blade-directives maintained by handlesocial

Description
Handy Blade directives by HandleSocial
Last update
2019/03/02 11:24 (dev-master)
License
Downloads
15

Comments
comments powered by Disqus

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.