2017 © Pedro Peláez
 

library behat-steps

A collection of Behat steps I use

image

matthewbdaly/behat-steps

A collection of Behat steps I use

  • Tuesday, January 9, 2018
  • by matthewbdaly
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

laravel-package-boilerplate

Boilerplate for Laravel packages. Use it as a starting point for your own Laravel packages., (*1)

Includes PHPUnit and PHPCodeSniffer configuration, as well as a known good Travis CI configuration and a couple of base test cases. Uses orchestra/testbench as the basis of the provided base test., (*2)

Also includes my Artisan Standalone package as a development dependency. As a result, you should be able to run Artisan commands as follows:, (*3)

vendor/bin/artisan make:model Example

How do I use it?

composer create-project matthewbdaly/laravel-package-boilerplate <YOUR_NEW_PACKAGE_DIRECTORY>

This will generate a starting boilerplate for your app. You'll want to update your composer.json with your required namespace and other details - you can do this by running vendor\bin\artisan app:name., (*4)

The Versions

09/01 2018

dev-master

9999999-dev

A collection of Behat steps I use

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen