ekandreas / l53uikit
The Laravel Framework in uikit examples.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:project
Requires
- php: >=5.6.4
- laravel/framework: 5.3.*
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
This package is auto-updated.
Last update: 2024-10-25 22:17:44 UTC
README
Laravel 5.3 with uikit as example layouts implemented. This repo serves as a start repo for Laravel 5.3 projects with a nice ui. Saas before less. Webkit before bower.
Demo
Demo site at Elseif
Install
Preferable a valet environment to get a quick install.
- Run
composer create-project ekandreas/l53uikit my-project
- Go to the folder created, eg my-project
- Run
npm install
to load all the node stuff - Run
bower update
to load some vendors - Run
gulp
to create a frontend compilation
License
MIT