All Projects → fideloper → Implementing Laravel

fideloper / Implementing Laravel

Companion application to the e-book Implementing Laravel

Labels

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].