addworking/laravel-models

A package to manage your models

v3.0.0 2020-11-06 16:58 UTC

This package is auto-updated.

Last update: 2024-05-07 01:12:57 UTC


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