paulkphp / laravel-5-helpers-postgres
Group of common and easy to use base classes for a Laravel 5.1 project
Package info
github.com/anesupaul-developer/laravel-5-helpers-postgres
pkg:composer/paulkphp/laravel-5-helpers-postgres
dev-master
2026-03-09 14:18 UTC
Requires
- ext-pdo: *
- ramsey/uuid: *
Requires (Dev)
- laravel/framework: 7.2.*
- mockery/mockery: *
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2026-04-09 14:32:39 UTC
README
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