Behat + Laravel toolbox

v0.0.2 2023-03-11 10:17 UTC

This package is auto-updated.

Last update: 2024-04-11 12:29:18 UTC


README

Packagist PHP Version Support Packagist Version Packagist Downloads

🍔 blumilksoftware/blt

BLT for PHP developers: Behat+Laravel toolbox

Package is still under development.

Usage

Use Composer to get package from the Packagist repository:

composer require blumilksfotware/blt --dev

Development

There are scripts available for package codestyle checking and testing:

composer cs
composer csf
composer test

Docker

There is also the Docker Compose configuration available:

docker-compose up -d
docker-compose exec php php -v
docker-compose exec php composer -V

Please maintain our project guidelines:

  • keep issues well described, labeled and in English,
  • add issue number to all your commits,
  • add issue number to your branch name,
  • squash your commits into one commit with standardized name.