laradev / package-stub
Laravel development package stub
0.1.0
2017-03-23 20:36 UTC
Requires
Requires (Dev)
- laradev/test-support: ~0.1
This package is auto-updated.
Last update: 2024-11-13 15:22:35 UTC
README
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 totrue
, it confirms that the package register method was correctly called.package-stub.boot
: set totrue
, it confirms that the package boot method was correctly called.
License
This project is licensed under the terms of the MIT License