Package Data | |
---|---|
Maintainer Username: | eviweb |
Maintainer Contact: | dev@eviweb.fr (Eric VILLARD) |
Package Create Date: | 2017-03-23 |
Package Last Update: | 2017-03-27 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:16:32 |
Package Statistics | |
---|---|
Total Downloads: | 9 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
A Laravel package stub.
Useful to test if a package is loaded in Laravel.
git clone https://github.com/laradev/package-stub
If there is an interest of installing this package using composer, just run: composer require --dev laradev/package-stub
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.This project is licensed under the terms of the MIT License