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.
- Host: GitHub
- URL: https://github.com/blumilksoftware/blt
- Owner: blumilksoftware
- License: mit
- Created: 2021-02-07T17:39:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-23T10:19:43.000Z (9 months ago)
- Last Synced: 2025-10-30T06:25:11.431Z (8 months ago)
- Topics: behat, hacktoberfest, laravel, laravel-package, testing
- Language: PHP
- Homepage: https://packagist.org/packages/blumilksoftware/blt
- Size: 575 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- Codeowners: .github/codeowners
Awesome Lists containing this project
README
  
## 🍔 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.