drsect0r / neontsunami

Source for my website and blog.

Home Page:https://www.neontsunami.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neon Tsunami

Circle CI

Introduction

This is the source code for my website/blog Neon Tsunami. I open sourced it as an example to other developers who might want to see how a real-world Laravel application might be put together. I've worked on a number of large production apps and this is just a taste of my (largely opinionated) style in a smaller app.

If you're interested in seeing how I did things on Laravel 4.2, take a look at the last commit using 4.2.

Tests

The tests for this application are written using the integrated Laravel testing suite.

If you're intested in seeing how I did things before the integration testing functionality was full-featured, take a look at the last commit using the older PHPUnit assertion style tests.

Envoy

This repository also contains an old .envoy.blade.php file, a configuration file for Laravel Envoy. It may serve as a useful reference for those who prefer to use Envoy for deployments.

License

The Neon Tsunami website is open-sourced software licensed under the MIT license

About

Source for my website and blog.

https://www.neontsunami.com

License:MIT License


Languages

Language:JavaScript 71.4%Language:PHP 27.7%Language:CSS 0.8%Language:ApacheConf 0.1%