Looking to hire Laravel developers? Try LaraJobs

provider-laravel maintained by formular

Description
Formular service provider and facade for Formular (formular/formular)
Last update
2014/08/16 00:13 (dev-master)
License
Links
Downloads
18
Tags

Comments
comments powered by Disqus

Laravel Service Provider and Facade for Formular

Installation

Use composer to install package formular/provider-laravel.

Use

Service Provider

Add the following line to your app.php's providers array.

'bigwhoop\Formular\Provider\Laravel\ServiceProvider',

Currently the Bootstrap 3 form is automatically loaded. Further a CSRF element is added that uses the Session::token() method to get the current token.

Facade

To enable a Formular facade just add the following to your app.php's aliases array.

'Formular' => 'bigwhoop\Formular\Provider\Laravel\Facade',