Skip to content

Base model to extend in the app.

License

Notifications You must be signed in to change notification settings

brokeyourbike/base-models-laravel

Repository files navigation

base-models

Latest Stable Version Total Downloads Maintainability

Base models to extend in the app.

Why?

I am using this abstract class in most of my apps, and I always have to cover it with tests etc. I don't want to copy the code anymore.

Installation

composer require brokeyourbike/base-models

Usage

use BrokeYourBike\BaseModels\BaseUuid;

class ExampleModels extends BaseUuid {}

Authors

License

Mozilla Public License v2.0