LaravelPackages.net
Acme Inc.
Toggle sidebar
codetech/laravel-publishable

Laravel package for handling publishable resources.

4
0
v0.0.2-beta
About codetech/laravel-publishable

codetech/laravel-publishable is a Laravel package for laravel package for handling publishable resources.. It currently has 0 GitHub stars and 4 downloads on Packagist (latest version v0.0.2-beta). Install it with composer require codetech/laravel-publishable. Discover more Laravel packages by codetech or browse all Laravel packages to compare alternatives.

Last updated

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!

Star History Chart