Download the PHP package czim/with-blade-directive without Composer
On this page you can find all versions of the php package czim/with-blade-directive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download czim/with-blade-directive
More information about czim/with-blade-directive
Files in czim/with-blade-directive
Download czim/with-blade-directive
More information about czim/with-blade-directive
Files in czim/with-blade-directive
Vendor czim
Package with-blade-directive
Short Description @with blade directive
License MIT
Homepage https://github.com/czim/with-blade-directive
Package with-blade-directive
Short Description @with blade directive
License MIT
Homepage https://github.com/czim/with-blade-directive
Please rate this library. Is it a good library?
Informations about the package with-blade-directive
Blade Directive: @with
A simple blade directive to help clean up your views.
Instead of doing this elaborate jig:
You can clean it up like this:
All this does is assign an expression to a variable.
Install
Via Composer
Then add the service provider in config/app.php
:
Czim\WithBladeDirective\WithBladeDirectiveServiceProvider::class,
Usage
The @with
directive supports two formats:
These have exactly the same result.
Credits
- Coen Zimmerman
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of with-blade-directive with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package czim/with-blade-directive contains the following files
Loading the files please wait ....