knovator / masters
There is no license information available for the latest version (v1.2) of this package.
This is master module description
v1.2
2020-10-01 04:37 UTC
Requires
- prettus/l5-repository: ^2.6
This package is not auto-updated.
Last update: 2025-03-30 17:18:21 UTC
README
This package used for get list of defined constant from master
Migration Added:
- Masters
Features:
- Get list of defined constant
Require the knovator/masters package in your composer.json and update your dependencies:
You want to need add masters repository in your composer.json file.
{
"type": "vcs",
"url": "git@github.com:knovator/masters.git"
}
],
This package included
prettus/l5-repository
packages.
composer require knovator/masters
In your config/app.php
add knovator\Masters\MasterServiceProvider::class
to the end of the providers array:
Publish Configuration:
php artisan vendor:publish --provider "knovator\Masters\MasterServiceProvider"
website : [ https://github.com/knovator/master ]