Package Data | |
---|---|
Maintainer Username: | janhenkgerritsen |
Maintainer Contact: | j.h.gerritsen@movage.nl (Jan-Henk Gerritsen) |
Package Create Date: | 2014-10-24 |
Package Last Update: | 2015-05-20 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:18:47 |
Package Statistics | |
---|---|
Total Downloads: | 24,506 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 56 |
Total Watchers: | 6 |
Total Forks: | 13 |
Total Open Issues: | 0 |
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.
You can install this package through composer:
composer require janhenkgerritsen/codeception-laravel5
You can use this module as any other Codeception module, by adding 'Laravel5' to the enabled modules in your Codeception suite configurations.
A demo Laravel 5 project that uses this module can be found at https://github.com/janhenkgerritsen/codeception-laravel5-sample.