janhenkgerritsen/codeception-laravel5
Laravel5 module for Codeception
24,523
56
| Install | |
|---|---|
composer require janhenkgerritsen/codeception-laravel5 |
|
| Latest Version: | 1.0.14 |
| PHP: | >=5.4.0 |
| License: | MIT |
| Last Updated: | May 20, 2015 |
| Links: | GitHub · Packagist |
Maintainer: janhenkgerritsen
Codeception Laravel 5 module
This package is not maintained on this repository any longer since it is included in Codeception as of version 2.11. Please report issues there.
This package provides a Laravel 5 module for Codeception. It is based on the Laravel 4 module by Davert that is currently included with Codeception.
Installation
You can install this package through composer:
composer require janhenkgerritsen/codeception-laravel5
Usage
You can use this module as any other Codeception module, by adding 'Laravel5' to the enabled modules in your Codeception suite configurations.
Demo project
A demo Laravel 5 project that uses this module can be found at https://github.com/janhenkgerritsen/codeception-laravel5-sample.