prizeless / laravel-5-helpers
Group of common and easy to use base classes for a Laravel 5.1 project
Installs: 4 694
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.9
- ramsey/uuid: ^3.1
Requires (Dev)
- laravel/framework: 5.1.*
- mockery/mockery: *
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2025-01-15 10:48:00 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