Download the PHP package ironshark/laravel-deliverable without Composer
On this page you can find all versions of the php package ironshark/laravel-deliverable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ironshark/laravel-deliverable
More information about ironshark/laravel-deliverable
Files in ironshark/laravel-deliverable
Download ironshark/laravel-deliverable
More information about ironshark/laravel-deliverable
Files in ironshark/laravel-deliverable
Vendor ironshark
Package laravel-deliverable
Short Description Trait for Laravel Eloquent models to allow easy implementation of delivering feature.
License MIT
Package laravel-deliverable
Short Description Trait for Laravel Eloquent models to allow easy implementation of delivering feature.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-deliverable
Laravel Deliverable Plugin
Trait for Laravel Eloquent models to allow easy implementation of a "deliverable" feature. Can be used for reading lists or shipments.
Composer Install
Setup your models
Sample Usage
DataBase sturcture
name | datatype | example |
---|---|---|
id | INT |
1 |
deliverable_id | INT |
34 |
deliverable_type | VARCHAR(256) |
App\File |
user_id | INT |
25 |
priority | TINYINT |
2 |
created_at | DATETIME |
2015-07-20 09:19:41 |
delivered_at | DATETIME |
2015-07-20 09:19:41 |
All versions of laravel-deliverable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package ironshark/laravel-deliverable contains the following files
Loading the files please wait ....