laradev/package-stub

Laravel development package stub
10
Install
composer require laradev/package-stub
Latest Version:0.1.0
License:MIT
Last Updated:Mar 27, 2017
Links: GitHub  ·  Packagist
Maintainer: eviweb

Package Stub

A Laravel package stub.
Useful to test if a package is loaded in Laravel.

Installation

Using Git

git clone https://github.com/laradev/package-stub

Using Composer

If there is an interest of installing this package using composer, just run: composer require --dev laradev/package-stub

Usage

From a Laravel point of view check the following config keys:

  • package-stub.register: set to true, it confirms that the package register method was correctly called.
  • package-stub.boot: set to true, it confirms that the package boot method was correctly called.

License

This project is licensed under the terms of the MIT License