Skip to content

kacestudio/eloquent-draftable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eloquent Draftable

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:

composer require kace/eloquent-draftable

Next, add the nullable timestamp column publisheh_at to the model table database:

$table->timestamp('published_at')->nullable();

Finally, you should run your database migrations. Eloquent Draftable will add a published_at column in which to publication date:

php artisan migrate

License

This package is licensed under the MIT license.

About

Add draftable functionality to your eloquent models.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages