Download the PHP package almeida/ui-kit-laravel without Composer
On this page you can find all versions of the php package almeida/ui-kit-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download almeida/ui-kit-laravel
More information about almeida/ui-kit-laravel
Files in almeida/ui-kit-laravel
Package ui-kit-laravel
Short Description Laravel implemention for almeida/ui-kit
License MIT
Homepage https://github.com/xxxx
Informations about the package ui-kit-laravel
UIKit Laravel
Just a Laravel driver to get UIKit working.
Super alpha release. Suggestions welcome
Installation via Composer
Add UIKit to your composer.json file to require UIKit
require : {
"almeida/ui-kit-laravel" : "dev-master"
}
Now update Composer
composer update
The last required step is to add the service provider to app/config/app.php
UIKit should now be avaliable in your application.
You can access the UIKit through the static interface you are used to with Laravel components.
Todo
- [ ] Write up how to
- [ ] Examples
- [ ] Write tests
How to :
Tables
!! Dangerzone !!!
-
Probably going to seperate Pagination from Tables soon
- Probably going to render the table directly from UIKit::table($rows, $options)
Forms
Extend the FormBuilder to render Twitter Bootstrap inputs and buttons
No need to change any markup. The items below will all render with the correct bootstrap markup.
Add emphasis to your buttons
Multiple checkboxes