robboyland / blog

Blog - get familiar with Laravel Framework (4.2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog

simple blog app to get familiar with the Laravel framework (version 4.2)

Subsequently

Refactoring

  • Injection of dependencies
  • Coding to abstractions (interfaces) for inversion of control
  • Use of Laravel IoC Container for instantiation of Abstractions with dependencies
  • caching: cache decorator class for repository

Domain Driven Development

extraction of domain logic from controllers:

  • Validation as a service
  • Entity services
  • Repository layer between domain and database

About

Blog - get familiar with Laravel Framework (4.2)


Languages

Language:PHP 99.7%Language:CSS 0.3%