Skip to content

riehlemt/neontsunami

 
 

Repository files navigation

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.

  • I'm not a huge fan of the repository pattern (at least not yet anyway)
  • I prefer validations to be handled by the model, hence using watson/validating
  • I'm quite content to use PHPUnit for unit testing models and functional testing the controllers (in conjunction with Mockery and TestDummy)
  • I haven't done any integration testing because I can't decide on a test framework
  • I use Gulp to handle my assets

License

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

About

Source for my website and blog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published