Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 323 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 323 Bytes

Laravel repository pattern

This is a simple version of the repository pattern used in laravel for switching between differen business logic.

Remember when adding a new repository to the service provider to run the following command: artisan dump-autoload

This generates the new classmap to locate the correct class.