codetech / laravel-publishable
Laravel package for handling publishable resources.
Package info
github.com/CodeTechAgency/laravel-publishable
pkg:composer/codetech/laravel-publishable
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: 2026-03-09 01:44:48 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!