A Laravel 4 starter package with HTML5 Boiler Plate, Bootstrap, Font Awesome, SASS, and a quick little login/register script to get you started. Nothing else.
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 (H5BP) 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.
-
Bootstrap css and js (sassy!)
-
font awesome support (sassy too!)
- 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 --no-scripts
- start a server to make sure it's all good:
php artisan serve
- setup new key:
php artisan key:generate
- Get to work
Gulp support was added in v2, to use gulp with radiate please make sure you have gulp installed globally, run npm install
and edit gulpfile.js to taste (the only thing that needs to be edited is the browsersync proxy address).
(you'll need to setup your ENV and migrate the user table to the DB if you want to capture data from the user registrations form).
- Updated Jan 27, 2015 (major revision, latest Laravel: 4.2.16)
- Updated November 29, 2014 (latest Laravel: 4.2.11)
- Updated August 13, 2014 (latest Laravel: 4.2)
- 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)