matthewbdaly/behat-steps

A collection of Behat steps I use

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/matthewbdaly/behat-steps

dev-master 2018-01-09 15:33 UTC

This package is auto-updated.

Last update: 2025-09-28 09:35:19 UTC


README

Boilerplate for Laravel packages. Use it as a starting point for your own Laravel packages.

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.

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

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.