Skip to content

allentje/laravel-repository-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple example of how to implement the repository pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages