Skip to content

The repository pattern introduces a repository interface, which defines how the application and the data sources should communicate.

License

Notifications You must be signed in to change notification settings

cesaramirez/the-repository-pattern

Repository files navigation

The Repository Pattern

The repository pattern introduces a repository interface, which defines how the application and the data sources should communicate.

Installation

Step 1

To run this project, you must have PHP 7 installed as a prerequisite.

Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies.

git clone git@github.com:cesaramirez/the-repository-pattern.git
cd the-repository-pattern && composer install && yarn
cp .env.example .env 
php artisan key:generate
php artisan migrate --seed
npm run dev

About

The repository pattern introduces a repository interface, which defines how the application and the data sources should communicate.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published