mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
clear compiled view cache when update
This commit is contained in:
parent
38e24f4642
commit
6c34392c11
@ -153,6 +153,9 @@ class SetupController extends Controller
|
||||
Option::set('version', config('app.version'));
|
||||
}
|
||||
|
||||
// clear all compiled view files
|
||||
Artisan::call('view:clear');
|
||||
|
||||
return view('setup.updates.success', ['tips' => $tips]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user