<?php
require __DIR__ . '/vendor/autoload.php';
$app = require_once __DIR__ . '/bootstrap/app.php';
$kernel = $app->make(Illuminate\Contracts\Console\Kernel::class);
try {
echo "Clearing config cache...\n";
$kernel->call('config:clear');
echo "Clearing route cache...\n";
$kernel->call('route:clear');
echo "Clearing view cache...\n";
$kernel->call('view:clear');
echo "Clearing cache...\n";
$kernel->call('cache:clear');
echo "Regenerating JWT secret...\n";
$kernel->call('jwt:secret', ['--force' => true]); // Regenerate JWT secret
echo "All cache and JWT configurations cleared successfully!\n";
} catch (Exception $e) {
echo "An error occurred: " . $e->getMessage() . "\n";
}
js
Thursday, January 23, 2025
PHP code to clear laravel 5.5 config
Subscribe to:
Post Comments (Atom)
Comming Soon
Signal acquired · launching soon Something new is on its way W...
-
ণত্ব বিধি আৰু ষত্ব বিধি ণত্ব বিধিঃ ণত্ব বিধিঃ যি বিধি বা নিয়মৰ দ্বাৰা শব্দ একোটাৰ দন্ত্য 'ন’ই মূদ্ধণ্য ‘ণ’ৰ ৰূপ লয়, তাকে ণত্ব বিধ...
-
Total No. of printed pages: 7 DLIEC/23/2024 District Level Internal Examination Committee, Kamrup Half Yearly Examination, 2023-24 Class:...
-
2023 GENERAL SCIENCE Full Marks: 90 Pass Marks: 27 Time: 3 Hours Assamese Medium The figures in the margin indicate f...
No comments:
Post a Comment