PHPackages                             modulero/cruddy-tests - 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. modulero/cruddy-tests

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

modulero/cruddy-tests
=====================

Cruddy Tests for Laravel

v1.2.0(7y ago)1252MITPHPPHP ^7.1

Since Mar 3Pushed 7y ago2 watchersCompare

[ Source](https://github.com/modulero/cruddy-tests)[ Packagist](https://packagist.org/packages/modulero/cruddy-tests)[ RSS](/packages/modulero-cruddy-tests/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Create Cruddy Tests in Laravel
==============================

[](#create-cruddy-tests-in-laravel)

[![Latest Version](https://camo.githubusercontent.com/27f78dd039cf3d108c147b5500243b414c47806ec6ee80bbaeb50be1be3c9079/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6d6f64756c65726f2f6372756464792d74657374732e7376673f7374796c653d666c61742d737175617265)](https://github.com/modulero/cruddy-tests/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/8797cd6082f6e8daba8641619aeb5d152daff9d0c8dd49f7edc639cffae1d5ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f64756c65726f2f6372756464792d74657374732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/modulero/cruddy-tests)

This package provides an easy way to create CRUD-based feature tests.

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

[](#installation)

You can install this package via composer using:

```
composer require --dev modulero/cruddy-tests
```

The package will automatically register itself.

To publish the config file to `config/cruddy-tests.php` run:

```
php artisan vendor:publish --provider="Modulero\CruddyTests\CruddyTestsServiceProvider"
```

This will publish a file named `cruddy-tests.php` in your config directory with the following contents:

```
