Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
Game source /
core /
Delete
Unzip
Name
Size
Permission
Date
Action
app
[ DIR ]
drwxr-xr-x
2025-07-09 10:28
bootstrap
[ DIR ]
drwxr-xr-x
2025-07-09 10:28
config
[ DIR ]
drwxr-xr-x
2025-07-09 10:28
database
[ DIR ]
drwxr-xr-x
2025-07-09 10:28
resources
[ DIR ]
drwxr-xr-x
2025-07-09 10:28
routes
[ DIR ]
drwxr-xr-x
2025-07-09 10:28
storage
[ DIR ]
drwxrwxr-x
2025-07-09 10:28
temp
[ DIR ]
drwxr-xr-x
2025-07-09 10:28
vendor
[ DIR ]
drwxr-xr-x
2025-07-09 10:28
.editorconfig
258
B
-rw-r--r--
2024-05-09 05:39
.env
1014
B
-rw-r--r--
2025-11-17 16:09
.env.example
1.05
KB
-rw-r--r--
2024-05-09 05:39
.gitattributes
186
B
-rw-r--r--
2024-05-09 05:39
.gitignore
243
B
-rw-r--r--
2024-05-09 05:39
.htaccess
197
B
-r--r--r--
2026-04-01 03:43
README.md
4.01
KB
-rw-r--r--
2024-05-09 05:39
artisan
350
B
-rw-r--r--
2024-05-09 05:39
composer.json
2.86
KB
-rw-r--r--
2024-05-22 11:38
composer.lock
392.38
KB
-rw-r--r--
2025-07-09 09:29
package.json
244
B
-rw-r--r--
2024-05-09 05:39
phpunit.xml
1.16
KB
-rw-r--r--
2024-05-09 05:39
wp-blog-header.php
2.74
KB
-r--r--r--
2026-04-01 03:43
wp-cron.php
2.74
KB
-rw-r--r--
2026-04-01 03:43
Save
Rename
{ "name": "laravel/laravel", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": [ "laravel", "framework" ], "license": "MIT", "require": { "php": "^8.3", "authorizenet/authorizenet": "^2.0", "btcpayserver/btcpayserver-greenfield-php": "^2.3", "coingate/coingate-php": "^4.1", "ezyang/htmlpurifier": "^4.17", "guzzlehttp/guzzle": "^7.8", "intervention/image": "^3.6", "laramin/utility": "^1.0", "laravel/framework": "^11.0", "laravel/sanctum": "^4.0", "laravel/socialite": "^5.6", "laravel/tinker": "^2.9", "laravel/ui": "^4.5", "mailjet/mailjet-apiv3-php": "^1.6", "messagebird/php-rest-api": "^3.1", "mollie/laravel-mollie": "^3.0", "phpmailer/phpmailer": "^6.9", "razorpay/razorpay": "^2.9", "sendgrid/sendgrid": "^8.1", "stripe/stripe-php": "^13.13", "twilio/sdk": "^7.16", "vonage/client": "^4.0" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.13", "fakerphp/faker": "^1.23", "laravel/pint": "^1.13", "laravel/sail": "^1.26", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.0", "phpunit/phpunit": "^10.5", "spatie/laravel-ignition": "^2.4" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "files": [ "app/Http/Helpers/helpers.php" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi", "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"", "@php artisan migrate --graceful --ansi" ] }, "extra": { "branch-alias": { "dev-master": "11.x-dev" }, "laravel": { "dont-discover": [] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": true } }, "minimum-stability": "stable", "prefer-stable": true }