mikedfunk / bookymark

Example basic bookmarking site, now in Laravel 4.

Home Page:http://bookymark.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example basic bookmarking site, now in Laravel 4.

http://bookymark.com


Languages

Language:PHP 66.4%Language:CSS 32.7%Language:Perl 1.0%Language:JavaScript 0.0%Language:Shell 0.0%