X7ROOT File Manager
Current Path:
/home/mysptejz/public_html/stocks
home
/
mysptejz
/
public_html
/
stocks
/
ðŸ“
..
📄
.buildpath
(174 B)
📄
.editorconfig
(258 B)
📄
.env
(964 B)
📄
.env.bak
(920 B)
📄
.env.example
(869 B)
📄
.gitattributes
(111 B)
📄
.gitignore
(207 B)
📄
.htaccess
(1 B)
ðŸ“
.idea
📄
.project
(523 B)
ðŸ“
.settings
📄
.styleci.yml
(181 B)
ðŸ“
733331
📄
README.md
(3.72 KB)
ðŸ“
app
📄
artisan
(1.65 KB)
ðŸ“
bootstrap
📄
composer.json
(1.63 KB)
📄
composer.lock
(284.93 KB)
ðŸ“
config
ðŸ“
database
📄
error_log
(135.6 KB)
📄
package.json
(473 B)
📄
phpunit.xml
(1.17 KB)
ðŸ“
public
ðŸ“
resources
ðŸ“
routes
📄
server.php
(563 B)
📄
stocks.zip
(27.12 MB)
ðŸ“
storage
ðŸ“
tests
ðŸ“
vendor
📄
webpack.mix.js
(6.32 KB)
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