shell bypass 403

UnknownSec Shell


name : 2021_11_07_122140_clear_bootstrap_cache.php
<?php

use Illuminate\Database\Migrations\Migration;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\File;

class ClearBootstrapCache extends Migration
{

    public function up()
    {
        File::delete(File::glob('bootstrap/cache/*.php'));
        Artisan::call('optimize:clear');

    }

    public function down()
    {
        //
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password