formular/provider-laravel

This package is abandoned and no longer maintained. No replacement package was suggested.

Formular service provider and facade for Formular (formular/formular)

1.0.2 2014-08-15 22:13 UTC

This package is auto-updated.

Last update: 2023-08-26 20:04:22 UTC


README

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',