芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/crm/routes/update.php
with(['success'=>'You are application is up to date']); } \Artisan::call('migrate', ['--force'=>true]); \Artisan::call('db:seed', ['--class'=>'TickettypeSeeder', '--force'=>true]); \Artisan::call('db:seed', ['--class'=>'CustomFormSeeder', '--force'=>true]); \Artisan::call('view:clear'); return redirect('/')->with(['success'=>'Application has upgraded to 1.9.7 from 1.9.6']); });