linhnh95/php-server-support

v1.3 2021-03-30 08:36 UTC

This package is auto-updated.

Last update: 2024-05-09 14:20:55 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();