Download the PHP package dowilcox/blade-view without Composer
On this page you can find all versions of the php package dowilcox/blade-view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package blade-view
BladeView
Laravel's Blade template engine in CakePHP 3.
Install
Composer:
In your bootstrap.php:
In your controller:
Now change all the template files in src/Template from .ctp to .blade.php
Usage
See Laravel's documenation for Blade: http://laravel.com/docs/4.2/templates.
CakePHP view functions and helpers work a bit different.
Variables
Before:
After:
View functions:
Before:
After:
Helpers (if loaded in a controller):
Before:
After:
More Examples
All versions of blade-view with dependencies
PHP Build Version
Package Version
Requires
cakephp/cakephp Version
3.0.*-dev
cakephp/plugin-installer Version dev-master
illuminate/view Version 4.2.*
cakephp/plugin-installer Version dev-master
illuminate/view Version 4.2.*
The package dowilcox/blade-view contains the following files
Loading the files please wait ....