matthewbdaly/behat-steps

A collection of Behat steps I use
6
Install
composer require matthewbdaly/behat-steps
License:MIT
Last Updated:Jan 9, 2018
Links: GitHub  ·  Packagist
Maintainer: matthewbdaly

laravel-package-boilerplate

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.

Related Packages

jlcd/api-cielo30-laravel

Laravel Provider for Cielo's 3.0 API

224,633 17
nilportugues/laravel5-json-api-dingo

Laravel5 JSONAPI and Dingo together to build APIs fast

1,498 30
laravel/lumen-framework

The Laravel Lumen Framework.

27,147,877 1,506