Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

killtw/repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repository for Laravel 5

Repository for Lavavel 5 which is used to abstract the data layer.

Getting Started

First, install the package through composer:

$ composer require killtw/repository

or add this to require section in your composer.json file:

"killtw/repository": "1.*"

And then, include the service provider whthin config/app.php

'providers' => [
    Ontoo\Repository\Providers\RepositoryServiceProvider::class,
];

Usage

Create a repository

Create repositories through generator.

$ php artisan make:repository UserRepository

About

Repository for Laravel 5.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages