brokeyourbike / base-models
Base models to extend in the app.
Fund package maintenance!
brokeyourbike
Open Collective
Requires
- php: ^8.1
- brokeyourbike/uid-keys: ^0.1.0
- illuminate/contracts: ^8|^9
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- orchestra/testbench: ^6
- phpunit/phpunit: ^9.5
README
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
- Ivan Stasiuk | Twitter | LinkedIn | stasi.uk