mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
Merge branch 'auto-update' into 'master'
Auto update See merge request mohit.panjvani/crater-web!23
This commit is contained in:
@ -37,6 +37,7 @@ class EnvironmentController extends Controller
|
||||
|
||||
if(array_key_exists("success", $results)) {
|
||||
Artisan::call('config:clear');
|
||||
Artisan::call('key:generate --force');
|
||||
Artisan::call('migrate --seed');
|
||||
Artisan::call('migrate', ['--path' => 'vendor/laravel/passport/database/migrations']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user