Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.42 KB

readme.md

File metadata and controls

28 lines (20 loc) · 1.42 KB

Build Status Coverage Status

Bookymark

An example Laravel 4 project.

  • PSR-2 - all models and controllers are autoloaded from app/src. All code passes phpcs for PSR-2.
  • Full PHPUnit test suite in app/tests
  • Twitter Bootstrap 3
  • Bower components
  • Migrations and example seeds in app/database
  • Basset asset processing
  • Basic CRUD application with authentication
  • Event firing and listening in Common/EventServiceProvider
  • Interface-based dependency injection. Interfaces in MikeFunk/Bookymark/Interfaces and bindings in MikeFunk/Bookymark/Common/BindingServiceProvider.php

Bookymark exists to:

  • have a go-to CRUD example
  • implement in multiple languages/frameworks/techniques for fun
  • practice techniques and tools
  • help anyone to understand how to create a full PSR-2 compatible app in Laravel
  • showcase a code example

Get in touch with me at MikeFunk.com

Available under the MIT License