codetech / laravel-publishable
Laravel package for handling publishable resources.
v0.0.2-beta
2020-04-14 23:21 UTC
Requires
- php: ^7.2
- laravel/framework: ~6.0
This package is auto-updated.
Last update: 2025-05-08 23:54:38 UTC
README
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!