Browse Source

remove cache for now as it's breaking first load

pull/11/head
KodeStar 7 years ago
parent
commit
b5cfa683e3
  1. 4
      app/Providers/AppServiceProvider.php

4
app/Providers/AppServiceProvider.php

@ -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');
}
}

Loading…
Cancel
Save