hotash/laravel-ignorable is a Laravel package for ignorable package for laravel..
It currently has 0 GitHub stars and 48 downloads on Packagist (latest version v1.0.0).
Install it with composer require hotash/laravel-ignorable.
Discover more Laravel packages by hotash
or browse all Laravel packages to compare alternatives.
Last updated
Note: This package will help you to ignore chained method calls as per your defined condition.
require hotash/laravel-ignorable
ignorable(new Foo(), $whenToIgnore)
->call()->your()->method()
->discard($whenToDiscard) // callable or bool
->call()->more()->method()
->ignore($whenToIgnore) // callable or bool
->conditional()->method()->call()
->discard($whenToDiscard) // callable or bool
->again()->call()->your()->method()
->dump()->value;
Thank you for considering contributing to the Laravel framework! The contribution guide is not available yet.
Description is PENDING.
Description is PENDING.
The Ignorable package is open-sourced software licensed under the MIT license.