Package Data | |
---|---|
Maintainer Username: | Hesto |
Maintainer Contact: | jendrusha@gmail.com (Andrzej Żmudziński) |
Package Create Date: | 2017-03-04 |
Package Last Update: | 2017-03-04 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-21 03:14:14 |
Package Statistics | |
---|---|
Total Downloads: | 1,068 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Reference Generator for Laravel Applications
composer require codingphase/reference-generator
Add your new provider to the providers
array of config/app.php
:
'providers' => [
// ...
CodingPhase\ReferenceGenerator\ReferenceGeneratorServiceProvider::class,
// ...
],
Publish config
php artisan vendor:publish --provider="CodingPhase\ReferenceGenerator\ReferenceGeneratorServiceProvider"