laradev / package-stub by eviweb

Laravel development package stub
8
0
2
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-04-26 03:20:09
Package Statistics
Total Downloads: 8
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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