LaravelPackages.net
Acme Inc.
Toggle sidebar
addworking/laravel-models

A package to manage your models

21.527
4
v3.0.0
About addworking/laravel-models

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, 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...

Star History Chart