2017 © Pedro Peláez
 

library bemview

Laravael 5 view for bem-server

image

aproskurnov/bemview

Laravael 5 view for bem-server

  • Thursday, April 2, 2015
  • by aproskurnov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel 5 Bem View

Installation

You should install this package through Composer., (*1)

Edit your project's composer.json file to require aproskurnov/bemview., (*2)

"require": {
    "aproskurnov/bemview": "dev-master"
},

Next, update Composer from the Terminal: composer update, (*3)

Once this operation completes, the final step is to add the service provider. Open app/config/app.php, and add a new item to the providers array., (*4)

'Aproskurnov\Bem\BemServiceProvider',, (*5)

And add a new item to the aliases array., (*6)

'Bem' => 'Aproskurnov\Bem\BemFacade',, (*7)

If you want set own port and host, execute command, (*8)

`php artisan vendor:publish --provider="BemServiceProvider" --tag="config"`

Usage

Call of the method: Bem::render($page, $params, $bundle), (*9)

The Versions

02/04 2015

dev-master

9999999-dev https://github.com/aproskurnov/bemview

Laravael 5 view for bem-server

  Sources   Download

MIT

The Requires

 

by Aleksey Proskurnov

laravel laravel5 bem bem-server

20/03 2015

v0.2

0.2.0.0 https://github.com/aproskurnov/bemview

Laravael 5 view for bem-server

  Sources   Download

MIT

The Requires

 

by Aleksey Proskurnov

laravel laravel5 bem bem-server

18/03 2015

v0.1

0.1.0.0 https://github.com/aproskurnov/bemview

Laravael 5 view for bem-server

  Sources   Download

MIT

The Requires

 

by Aleksey Proskurnov

laravel laravel5 bem bem-server