This package allows you to integrate Zephyr Test Suite into Laravel.
You can install the package via composer:
composer require redberryproducts/laravel-zephyr
You can publish the config file with:
sail php artisan vendor:publish --provider="RedberryProducts\Zephyr\ZephyrServiceProvider"
This is the contents of the published config file:
return [
];
$zephyr = new RedberryProducts\Zephyr();
echo $zephyr->echoPhrase('Hello, RedberryProducts!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.
- Make filesystem disk dynamic (move to config)