PHPackages                             canvural/laravel-e2e-routes - 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. canvural/laravel-e2e-routes

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

canvural/laravel-e2e-routes
===========================

Set of routes for you to use in E2E tests.

v1.0.0(6y ago)55[1 issues](https://github.com/canvural/laravel-e2e-routes/issues)MITPHPPHP ^7.2CI failing

Since Feb 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/canvural/laravel-e2e-routes)[ Packagist](https://packagist.org/packages/canvural/laravel-e2e-routes)[ Docs](https://github.com/canvural/laravel-e2e-routes)[ RSS](/packages/canvural-laravel-e2e-routes/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Set of routes to manage your data in E2E tests
==============================================

[](#set-of-routes-to-manage-your-data-in-e2e-tests)

[![Latest Version on Packagist](https://camo.githubusercontent.com/341c57083f4a7186cb563fd8b8abab23aee8fa0c2fab629794ff8b1e407174cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63616e767572616c2f6c61726176656c2d6532652d726f757465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/canvural/laravel-e2e-routes)[![Run tests](https://github.com/canvural/laravel-e2e-routes/workflows/Run%20tests/badge.svg?branch=master)](https://github.com/canvural/laravel-e2e-routes/workflows/Run%20tests/badge.svg?branch=master)[![Total Downloads](https://camo.githubusercontent.com/02ef8e3d0d296f743898b77878289cd3ea9242386c2c66ebf7e120c3e6812988/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63616e767572616c2f6c61726176656c2d6532652d726f757465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/canvural/laravel-e2e-routes)

This package provides a set of rules to help you manage your database state when running your E2E tests using Eloquent model factories.

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

[](#installation)

You can install the package via composer:

```
composer require --dev canvural/laravel-e2e-routes
```

If you wish to customize some options, you may publish the config file with

```
php artisan vendor:publish --provider="Vural\E2ERoutes\E2ERoutesServiceProvider"
```

This is the published config files contents. Here you can customize the route prefix which will be added to all the provided routes.Route names, and the namespace that all your models live in.

```
