| Package Data | |
|---|---|
| Maintainer Username: | prizeless |
| Maintainer Contact: | developer@dripdata.net (Antony) |
| Package Create Date: | 2016-04-13 |
| Package Last Update: | 2022-11-15 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-01 15:00:55 |
| Package Statistics | |
|---|---|
| Total Downloads: | 4,845 |
| Monthly Downloads: | 4 |
| Daily Downloads: | 0 |
| Total Stars: | 3 |
| Total Watchers: | 3 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
composer require prizeless/laravel-5-helpers "dev-master"
This package contains base classes to enable easy database CRUD. If you are going to extend the UuidModel you must add a uuid column to your database table.
All your repository classes must extend Laravel5Helpers\Repositories\Repository All your definitions classes must extend Laravel5Helpers\Definitions\Definition
Checkout the examples in example folder