addworking/laravel-models
A package to manage your models
21,527
4
| Install | |
|---|---|
composer require addworking/laravel-models |
|
| Latest Version: | v3.0.0 |
| License: | MIT |
| Last Updated: | Nov 6, 2020 |
| Links: | GitHub · Packagist |
Maintainer: bdelespierre
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...
Related Packages
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707
laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closur...
404,034,618
608
nunomaduro/collision
Cli error handling for console/command-line PHP applications.
384,821,166
4,658