A Laravel 4 starter package with HTML5 Boiler Plate, Twitter Bootstrap, Font Awesome, SASS, and a quick little login/register script to get you started. Nothing else (but a Boxfile for those who deploy to pagodabox)
Radiate is a laravel 4 project that uses sensible defaults when creating new HTML5/php projects. No packages were included, it's just a quick mod to the html/php to gain a few features often used by devs.
-
The index.html file from HTML5 BoilerPlate was turned into a view layout using blade templating.
-
The js, css, ico, and img files of H5BP have been added to their corresponding asset directory (assets directory structured per github style guide.
-
The suggested .htaccess file from H5BP is included.
-
Twitter Bootstrap css and js (sassy!)
-
font awesome support (sassy too!)
-
A Boxfile and Boxfile.install is included for those hosting their project on pagodabox.com.
- Clone the code into your web dev environment:
git clone git@github.com:cborgia/radiate.git www
- cd into www
cd www
- call composer update
composer update
- start a server to make sure it's all good:
php artisan serve
- setup new key:
php artisan key:generate
- Get to work
- Updated July 7, 2013 (latest Laravel beta)
- Updated May 5, 2013 (latest Laravel beta)
- Updated April 23, 2013 (latest Laravel beta)
- Updated March 29, 2013 (latest Laravel beta)