Skip to content

CodeTechAgency/laravel-publishable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!