addworking / laravel-models
A package to manage your models
Installs: 21 523
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- addworking/laravel-class-finder: ^2.0 || ^3.0
- illuminate/cache: ^7.0 || ^8.0
- illuminate/database: ^7.0 || ^8.0
- illuminate/filesystem: ^7.0 || ^8.0
- illuminate/support: ^7.0 || ^8.0
- ramsey/uuid: ^3.8 || ^4.0
Requires (Dev)
- phpunit/phpunit: ^8.5 || ^9.0
README
Models is a service for Laravel 5.7+ that lets you access your model classes more easily, which is immensely helpful with Tinker ❤️
awesome gif here...
Installation
You can install the package via composer:
composer require addworking/laravel-models
Configuration
If you need to change configuration parameters (such as model aliases or paths), run
php artisan vendor:publish --tag laravel-models
Usage
explain what it does...
How it works
explain how it works...
Contributing
how to contribute...