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 /
data /
core /
Delete
Unzip
Name
Size
Permission
Date
Action
app
[ DIR ]
drwxr-xr-x
2022-09-13 11:48
bootstrap
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
config
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
database
[ DIR ]
drwxr-xr-x
2022-09-13 11:48
resources
[ DIR ]
drwxr-xr-x
2022-09-13 11:48
routes
[ DIR ]
drwxr-xr-x
2025-02-03 10:48
storage
[ DIR ]
drwxrwxr-x
2022-09-13 11:48
tests
[ DIR ]
drwxr-xr-x
2022-09-13 11:48
vendor
[ DIR ]
drwxr-xr-x
2022-09-13 12:22
.DS_Store
8
KB
-rw-r--r--
2022-10-08 13:56
.editorconfig
220
B
-rw-r--r--
2021-10-03 08:49
.env
841
B
-rw-r--r--
2025-07-18 12:23
.env.example
811
B
-rw-r--r--
2021-10-03 08:49
.gitattributes
111
B
-rw-r--r--
2021-10-03 08:49
.gitignore
191
B
-rw-r--r--
2021-10-03 08:49
.htaccess
197
B
-r--r--r--
2026-04-01 03:43
.styleci.yml
181
B
-rw-r--r--
2021-10-03 08:49
README.md
3.69
KB
-rw-r--r--
2021-10-03 08:49
artisan
1.65
KB
-rw-r--r--
2021-10-03 08:49
composer.json
2.35
KB
-rw-r--r--
2022-09-12 08:27
composer.lock
345.86
KB
-rw-r--r--
2022-09-13 12:22
package-lock.json
508.98
KB
-rw-r--r--
2021-10-03 08:49
package.json
730
B
-rw-r--r--
2021-10-03 08:49
phpunit.xml
1.17
KB
-rw-r--r--
2021-10-03 08:49
server.php
563
B
-rw-r--r--
2021-10-03 08:49
webpack.mix.js
549
B
-rw-r--r--
2021-10-03 08:49
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 Laravel Framework.", "keywords": [ "framework", "laravel" ], "license": "MIT", "require": { "php": "^7.3|^8.0", "coingate/coingate-php": "^3.0", "ezyang/htmlpurifier": "^4.13", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", "intervention/image": "^2.5", "laravel/framework": "^8.12", "laravel/sanctum": "^2.11", "laravel/tinker": "^2.5", "laravel/ui": "^3.2", "mailjet/mailjet-apiv3-php": "^1.4", "messagebird/php-rest-api": "^1.20", "mollie/laravel-mollie": "^2.14", "phpmailer/phpmailer": "^6.2", "razorpay/razorpay": "^2.5", "sendgrid/sendgrid": "^7.6", "stripe/stripe-php": "^7.72", "textmagic/sdk": "dev-master", "twilio/sdk": "^6.23", "vonage/client": "^2.4" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.3", "beyondcode/laravel-query-detector": "^1.5", "facade/ignition": "^2.5", "fakerphp/faker": "^1.9.1", "laravel/sail": "^1.0.1", "mockery/mockery": "^1.4.2", "nunomaduro/collision": "^5.0", "phpunit/phpunit": "^9.3.3" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "extra": { "laravel": { "dont-discover": [ "laravel/dusk" ] } }, "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/" } }, "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" ] } }