prizeless / laravel-5-helpers by prizeless

Group of common and easy to use base classes for a Laravel 5.1 project
4,611
2
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: 2024-04-24 03:04:30
Package Statistics
Total Downloads: 4,611
Monthly Downloads: 11
Daily Downloads: 0
Total Stars: 2
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