handlesocial/laravel-handle-blade-directives

Handy Blade directives by HandleSocial

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/handlesocial/laravel-handle-blade-directives

1.0.2 2019-03-02 10:24 UTC

This package is auto-updated.

Last update: 2025-10-29 02:43:08 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.