PHPackages                             tmsllc/laravel-model-test - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. tmsllc/laravel-model-test

ActiveLibrary[Testing &amp; Quality](/categories/testing)

tmsllc/laravel-model-test
=========================

A package to create CRUD feature tests to eloquent models

1.0.0(2y ago)01.7k↓50%MITPHPPHP ^8.0

Since May 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tmsllc/laravel-model-test)[ Packagist](https://packagist.org/packages/tmsllc/laravel-model-test)[ Docs](https://github.com/tmsllc/laravel-model-test)[ RSS](/packages/tmsllc-laravel-model-test/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Add test to Eloquent models
===========================

[](#add-test-to-eloquent-models)

This package gives you the ability to generate a bunch of tests for all models by one command.

Contact Me
----------

[](#contact-me)

You can check all of my information by [Checking my website](https://transport-system.com/).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require tmsllc/laravel-model-test
```

you must publish package assets with:

```
php artisan vendor:publish --provider="TMSLLC\ModelTest\ModelTestServiceProvider"
```

This is the contents of the file which will be published at `config/model-test.php`

```
