Skip to content

kostamilorava/laravel-zephyr

Repository files navigation

Integrate Zephyr into Laravel

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package allows you to integrate Zephyr Test Suite into Laravel.

Installation

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 [
];

Usage

$zephyr = new RedberryProducts\Zephyr();
echo $zephyr->echoPhrase('Hello, RedberryProducts!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Todo

  • Make filesystem disk dynamic (move to config)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages