X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X
home
/
gfecatvj
/
sites
/
realesbar-X
/
📁
..
📄
.editorconfig
(220 B)
📄
.env
(912 B)
📄
.env.example
(778 B)
📄
.gitattributes
(111 B)
📄
.gitignore
(163 B)
📄
.htaccess
(592 B)
📄
.styleci.yml
(174 B)
📄
README.md
(4.36 KB)
📄
admin.php
(5.23 KB)
📁
app
📄
artisan
(1.65 KB)
📁
bootstrap
📄
composer.json
(1.58 KB)
📄
composer.lock
(210.5 KB)
📁
config
📁
database
📄
error_log
(39.03 KB)
📄
index.php
(15.72 KB)
📄
package.json
(1.09 KB)
📄
phpunit.xml
(1.17 KB)
📁
public
📄
realesbar.zip
(15.23 MB)
📁
resources
📁
routes
📄
server.php
(563 B)
📁
storage
📁
tests
📁
vendor
📄
webpack.mix.js
(538 B)
Editing: server.php
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ $uri = urldecode( parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) ); // This file allows us to emulate Apache's "mod_rewrite" functionality from the // built-in PHP web server. This provides a convenient way to test a Laravel // application without having installed a "real" web server software here. if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) { return false; } require_once __DIR__.'/public/index.php';
Upload File
Create Folder