PHP Classes

File: app/config/environment.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Link2Payment   app/config/environment.php   Download  
File: app/config/environment.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Link2Payment
Application to generate links for people to pay
Author: By
Last change:
Date: 1 year ago
Size: 258 bytes
 

Contents

Class file image Download
<?php
/**
 * @author Pierre-Henry Soria <hi@ph7.me>
 * @copyright (c) 2017-2022, Pierre-Henry Soria.
 * @license GNU General Public License
 */

namespace PH7App;

use
Dotenv\Dotenv;

Dotenv::createImmutable(dirname(__DIR__, 2))->load();