backend pagination and sorting from laravel database release

This commit is contained in:
Peter Papp
2020-08-24 06:35:42 +02:00
parent 6dd0b4f026
commit cca832a1c1
46 changed files with 60 additions and 275 deletions

View File

@@ -149,6 +149,8 @@ class SettingController extends Controller
]);
// Clear cache
Artisan::call('cache:clear');
Artisan::call('config:clear');
Artisan::call('config:cache');
}
}