Skip to content

cefalo19/Implementing-Laravel

 
 

Repository files navigation

Implementing Laravel

The companion application code to my e-book Implementing Laravel.

Setting Up

See files public/.htaccess and bootstrap/start.

See composer.json for PSR-0 autoloading and app/Impl for application library.

Repository Pattern

See files under app/Impl/Repo

Repository Pattern + Cache Layer

See files under app/Impl/Repo and app/Impl/Service/Cache

Validation as a Service

See files under app/Impl/Service/Valiation.

Form Processing

See files under app/Impl/Service/Form.

Error Handling

See files under app/Impl/Exception.

Using Packages

Notification

See files under app/Impl/Service/Notification.

About

Companion application to the e-book Implementing Laravel

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.3%
  • PHP 30.1%
  • JavaScript 8.8%
  • Ruby 1.8%