Commit 572cbecf authored by Marco Schmiedel's avatar Marco Schmiedel

Merge branch 'cleanup' into 'development'

Cleanup

See merge request nexus/laravel!1
parents fe091835 36106fa6
......@@ -10,3 +10,4 @@ Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
composer.lock
......@@ -47,6 +47,9 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-install-cmd": [
"chmod -R 755 /var/www/html/storage"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
......
This diff is collapsed.
......@@ -18,7 +18,7 @@ return [
|
*/
'default' => env('CACHE_DRIVER', 'file'),
'default' => env('CACHE_DRIVER', 'redis'),
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment