PHPackages                             sim-vzla/laracruds - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. sim-vzla/laracruds

ActiveLibrary[Framework](/categories/framework)

sim-vzla/laracruds
==================

Repository pattern helpers classes for Laravel Framework

v1.1(10y ago)2671[1 PRs](https://github.com/sim-vzla/laracruds/pulls)MITPHP

Since Feb 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/sim-vzla/laracruds)[ Packagist](https://packagist.org/packages/sim-vzla/laracruds)[ RSS](/packages/sim-vzla-laracruds/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/c0b08405370c96dff08cb99cea14cbf64d98468601f87d47a06f297b2e445237/68747470733a2f2f7472617669732d63692e6f72672f73696d2d767a6c612f6c61726163727564732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sim-vzla/laracruds)

\##Laracruds ####A repository pattern helpers and validators for Laravel Framework

This package can help you be more productive when writing cruds for eloquent models providing you with a simple but powerful set of tools.

\#####Instalation

```
composer require sim-vzla/laracruds

```

Then add the:

```
Laracruds\LaracrudsServiceProvider::class

```

to your providers array in config/app.php. To publish the config files use:

```
php artisan vendor:publish --provider="Laracruds\LaracrudsServiceProvider"

```

\#####Usage Lets say you wanna create a User model repository. Well then just extend the base repository class of the package:

```
