This is the source of jasonlewis.me and it's built entirely on Laravel 4.
You can have a look at the site locally by cloning this repository and running composer install
. You can then use the in-built server of PHP 5.4 by running php artisan serve
and then visiting http://localhost:8000
.
To run you'll need PHP 5.4 and Redis. If you don't have Redis you can switch the caching and session drivers.
The code written by me is licensed under the 2-clause BSD. Copyright 2013 Jason Lewis.