PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Maicon gonçalez   Potato Service   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Potato Service
Framework that extracts route details from classes
Author: By
Last change: Fix routes and index
Date: 1 year ago
Size: 107 bytes
 

Contents

Class file image Download
<?php
const ROOT_PATH = __DIR__;
const
ENV = "dev"; //prod, dev

include "./infrastructure/bootstrap.php";