Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 595 Bytes

File metadata and controls

13 lines (7 loc) · 595 Bytes

This is the source of jasonlewis.me and it's built entirely on Laravel 4.

Having A Look

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.

Requirements

To run you'll need PHP 5.4 and upgrade . If you don't have Redis you can switch the caching and session drivers.

License

The code written by me is licensed under the 2-clause BSD. Copyright 2013 Jason Lewis.