addworking/laravel-models is a Laravel package for a package to manage your models.
It currently has 4 GitHub stars and 21.527 downloads on Packagist (latest version v3.0.0).
Install it with composer require addworking/laravel-models.
Discover more Laravel packages by addworking
or browse all Laravel packages to compare alternatives.
Last updated
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...
You can install the package via composer:
composer require addworking/laravel-models
If you need to change configuration parameters (such as model aliases or paths), run
php artisan vendor:publish --tag laravel-models
explain what it does...
explain how it works...
how to contribute...