2017 © Pedro Peláez
 

library repository

A generic repository for Laravel

image

daveawb/repository

A generic repository for Laravel

  • Monday, December 11, 2017
  • by daveawb
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,896 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 20 Versions
  • 22 % Grown

The README.md

Repositories for Laravel 5.3

A repository package to add easy to use repositories to any Laravel project utilising Eloquent as the primary DAL. Tested in Laravel 5.3., (*1)

Installation

composer require daveawb/repos, (*2)

Usage

Create a repository class

namespace App\Repositories;

class Repository extends \Daveawb\Repos\Repository
{
    /**
     * Return the models class name
     *
     * @return string
     */
    public function model()
    {
        return App\User::class;
    }
}

Available API methods

Criteria

Terminators

Credits

A repository pattern for Laravel 5.1 by andersao, (*3)

The Versions

11/12 2017

dev-master

9999999-dev

A generic repository for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Barker

11/12 2017

1.3.0

1.3.0.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

24/10 2017

1.2.0

1.2.0.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

20/10 2017

1.1.1

1.1.1.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

31/07 2017

1.1.0

1.1.0.0

A generic repository for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Barker

30/03 2017

1.0.0

1.0.0.0

A generic repository for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Barker

28/03 2017

0.1.9

0.1.9.0

A generic repository for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Barker

17/03 2017

0.1.8

0.1.8.0

A generic repository for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Barker

03/03 2017

0.1.7

0.1.7.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

30/05 2016

0.1.6

0.1.6.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

27/11 2015

0.1.5

0.1.5.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

26/11 2015

0.1.4

0.1.4.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

05/11 2015

0.1.3

0.1.3.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

05/11 2015

0.1.2

0.1.2.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

02/11 2015

0.1.1

0.1.1.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

13/10 2015

0.1.0

0.1.0.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

11/10 2015

0.0.2

0.0.2.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

03/07 2015

dev-dev

dev-dev

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

02/07 2015

0.0.1.x-dev

0.0.1.9999999-dev

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker

02/07 2015

0.0.1

0.0.1.0

A generic repository for Laravel

  Sources   Download

MIT

The Development Requires

by David Barker