urbox / x-request-id
PHP
Installs: 2 308
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2024-11-16 19:50:18 UTC
README
The config library supports programmer as well as handling problems while working with PHP language
Installation
Require this package with composer. It is recommended to only require the package.
composer require linhnh95/php-sever-support
Config
I. Laravel, Lumen
Write the following line of code in the register
or boot
function in app/Providers/AppServiceProvider.php
II. Other
Write in index.php
new SupportProvider();