remove cache for now as it's breaking first load

This commit is contained in:
KodeStar
2018-02-04 17:45:01 +00:00
parent 474a6f513b
commit b5cfa683e3

View File

@@ -20,8 +20,8 @@ class AppServiceProvider extends ServiceProvider
Artisan::call('migrate', array('--path' => 'database/migrations', '--force' => true));
Artisan::call('storage:link');
//Cache
Artisan::call('config:cache');
Artisan::call('route:cache');
//Artisan::call('config:cache');
//Artisan::call('route:cache');
}
}