| 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: | 2025-11-03 15:14:30 |
| Package Statistics | |
|---|---|
| Total Downloads: | 10 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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