An open API service indexing awesome lists of open source software.

https://github.com/blumilksoftware/blt

Behat+Laravel toolbox. Still in progress.
https://github.com/blumilksoftware/blt

behat hacktoberfest laravel laravel-package testing

Last synced: 5 months ago
JSON representation

Behat+Laravel toolbox. Still in progress.

Awesome Lists containing this project

README

          

![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/blumilksoftware/blt?style=for-the-badge) ![Packagist Version](https://img.shields.io/packagist/v/blumilksoftware/blt?style=for-the-badge) ![Packagist Downloads](https://img.shields.io/packagist/dt/blumilksoftware/blt?style=for-the-badge)

## 🍔 blumilksoftware/blt
BLT for PHP developers: Behat+Laravel toolbox

> Package is still under development.

### Usage
Please refer to our [documentation](https://blumilksoftware.github.io/blt/).

### Development

Start and enter into docker container:
```
make init
make shell
```

Now you can use following commands:
for testing package:
```
composer test
```
for cleaning up code:
```
composer cs
composer csf
```
### Contributing

Please refer to our [contributing](contributing.md) guidelines.