PHP Classes

File: index.php

Recommend this page to a friend!
  Packages of Amirreza Ebrahimi   URL Shortener Application   index.php   Download  
File: index.php
Role: Application script
Content type: text/plain
Description: Application bootstrap script
Class: URL Shortener Application
Application to create and redirect short URLs
Author: By
Last change:
Date: 7 months ago
Size: 235 bytes
 

Contents

Class file image Download
<?php

use App\Core\Routing\Router;

include
"bootstrap/bootstrap.php";

$Router = new Router();
$Router->run();

/* Developed by Hero Expert
- Telegram channel: @HeroExpert_ir
- Author: Amirreza Ebrahimi
- Telegram Author: @a_m_b_r
*/