Download the PHP package kace/eloquent-draftable without Composer
On this page you can find all versions of the php package kace/eloquent-draftable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kace/eloquent-draftable
More information about kace/eloquent-draftable
Files in kace/eloquent-draftable
Download kace/eloquent-draftable
More information about kace/eloquent-draftable
Files in kace/eloquent-draftable
Vendor kace
Package eloquent-draftable
Short Description Add draftable functionality to your eloquent models.
License MIT
Package eloquent-draftable
Short Description Add draftable functionality to your eloquent models.
License MIT
Please rate this library. Is it a good library?
Informations about the package eloquent-draftable
Eloquent Draftable
- Introduction
- Installation
Introduction
Eloquent Draftable provides additional draftable features for your model elements. This package gives you the feature to publish a model or to publish on a scheduled basis or to publish on a certain date.
Installation
You may install Eloquent Draftable via Composer:
Next, add the nullable timestamp column publisheh_at
to the model table database:
Finally, you should run your database migrations. Eloquent Draftable will add a published_at
column in which to publication date:
License
This package is licensed under the MIT license.
All versions of eloquent-draftable with dependencies
PHP Build Version
Package Version
The package kace/eloquent-draftable contains the following files
Loading the files please wait ....