Please try it and leave your feedback.
The module is based on the Laravel 4 module by Davert.
## Demo project
## Status
* Maintainer: **Jan-Henk Gerritsen**
* Stability: **dev**
* Contact: janhenkgerritsen@gmail.com
## Example
modules:
enabled:
- Laravel5
## Config
* cleanup: boolean, default true - all db queries will be run in transaction, which will be rolled back at the end of test.
* environment_file: string, default .env - The .env file to load for the tests.
* bootstrap: string, default bootstrap/app.php - Relative path to app.php config file.
* root: string, default - Root path of our application.
* packages: string, default workbench - Root path of application packages (if any).
## API
* app - Illuminate\Foundation\Application instance
* client - BrowserKit` client
## Parts
* ORM - include only haveRecord/grabRecord/seeRecord/dontSeeRecord actions