prizeless / laravel-5-helpers by prizeless

Group of common and easy to use base classes for a Laravel 5.1 project
4,696
3
4
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-01-27 15:01:15
Package Statistics
Total Downloads: 4,696
Monthly Downloads: 13
Daily Downloads: 2
Total Stars: 3
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

Laravel Helpers

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