<?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)
PHP code to clear laravel 5.5 config
<?php require __DIR__ . '/vendor/autoload.php'; $app = require_once __DIR__ . '/bootstrap/app.php'; $kernel = $app->m...
-
ভাৰতবৰ্ষলৈ ইউৰোপীয়সকলৰ আগমন প্রাচীন কালৰে পৰা ভাৰতবৰ্ষৰ সৈতে গ্ৰীচ , ৰোম আদি , ইউৰোপীয় দেশৰ যোগাযোগ আছিল বুলি জানিব পাৰি । গ্রীক আৰু ৰ...
-
The Fun they had তেওঁলোকে কৰা ফূৰ্তিবোৰ BEFORE YOU READ পঢ়াৰ আগতে The story we shall read is set in the future...
-
উদ্যান শস্যৰ পৰিচয় পৰিচয় উদ্যান শস্য এটা বিজ্ঞান , লগতে , উদ্যান শস্য , যেনে ফল - মূল আৰু শাক - পাচলি , ...
No comments:
Post a Comment