Download the PHP package stevenmaguire/zurb-foundation-laravel without Composer
On this page you can find all versions of the php package stevenmaguire/zurb-foundation-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stevenmaguire/zurb-foundation-laravel
More information about stevenmaguire/zurb-foundation-laravel
Files in stevenmaguire/zurb-foundation-laravel
Package zurb-foundation-laravel
Short Description Build HTML form elements for Foundation inside Laravel
License GPL-3.0
Informations about the package zurb-foundation-laravel
Foundation Laravel (Laravel4 Package)
tl;dr
Build HTML form elements for Foundation inside Laravel 4, including validation error handling. Documentation for the respective frameworks can be found at Foundation website and Laravel website.
Required setup
In the require
key of composer.json
file add the following
"stevenmaguire/zurb-foundation-laravel": "dev-master"
Run the Composer update comand
$ composer update
In your config/app.php
add 'Stevenmaguire\Foundation\FoundationServiceProvider'
to the end of the $providers
array
Usage
When composing forms using the blade view engine within Laravel 4, this package will intercept basic Form::method requests and compose form elements that are structured for use in a Foundation 4 based presentation.
will render without errors
and with errors
Currently supported methods
- text
- password
- textarea
- select
- selectRange
- selectMonth
- label
All versions of zurb-foundation-laravel with dependencies
illuminate/support Version ~4.1
illuminate/session Version ~4.1
illuminate/html Version ~4.1