• This repository has been archived on 11/Jul/2019
  • Stars
    star
    140
  • Rank 259,977 (Top 6 %)
  • Language
    PHP
  • License
    MIT License
  • Created about 10 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Source for my website and blog

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 Laravel's HTTP testing support, as well as Dusk browser testing.

If you're interested in seeing how I did things before the browser testing functionality was introduced, take a look at the last commit before upgrading to Laravel 5.4.

If you're interested 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.

License

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