Behat + Laravel toolbox
v0.1.0
2024-08-21 18:05 UTC
Requires
- php: ^8.3
- behat/behat: ^3.14
- illuminate/console: ^10.0|^11.0
- illuminate/contracts: ^10.0|11.0
- illuminate/routing: ^10.0|^11.0
- illuminate/support: ^10.0|11.0
- illuminate/testing: ^10.0|^11.0
- phpunit/phpunit: ^10.1|^11.0.1
- symfony/css-selector: ^6.2|^7.1
- symfony/dom-crawler: ^6.2|^7.1
Requires (Dev)
- blumilksoftware/codestyle: ^3.1.0
- illuminate/http: ^10.0|11.0
- symfony/http-foundation: ^6.2|^7.1
This package is auto-updated.
Last update: 2024-11-21 18:46:26 UTC
README
🍔 blumilksoftware/blt
BLT for PHP developers: Behat+Laravel toolbox
Package is still under development.
Usage
Please refer to our documentation.
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 guidelines.