Looking to hire Laravel developers? Try LaraJobs

laravel-publishable maintained by codetech

Description
Laravel package for handling publishable resources.
Author
Last update
2020/04/15 01:21 (dev-master)
License
Links
Downloads
4

Comments
comments powered by Disqus

Laravel Publishable

Laravel package for handling publishable resources.

Installation

Add the package to your Laravel app using composer

composer require codetech/laravel-publishable

Usage

To start using publishable features, simply use the trait on your models.

class Post extends Model
{
    use Publishable;

    ...

License

codetech/laravel-publishable is open-sourced software licensed under the MIT license.

About CodeTech

CodeTech is a web development agency based on Matosinhos, Portugal. Oh, and we LOVE Laravel!