laravel-models maintained by addworking
Description
A package to manage your models
Author
Last update
2020/11/06 17:58
(dev-master)
License
Downloads
21 527
Models, a facade to handle your Eloquent models
Models is a service for Laravel 5.7+ that lets you access your model classes more easily, which is immensely helpful with Tinker :heart:
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...