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 ...@@ -10,3 +10,4 @@ Homestead.json
Homestead.yaml Homestead.yaml
npm-debug.log npm-debug.log
yarn-error.log yarn-error.log
composer.lock
...@@ -47,6 +47,9 @@ ...@@ -47,6 +47,9 @@
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true, "prefer-stable": true,
"scripts": { "scripts": {
"post-install-cmd": [
"chmod -R 755 /var/www/html/storage"
],
"post-autoload-dump": [ "post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi" "@php artisan package:discover --ansi"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -18,7 +18,7 @@ return [ ...@@ -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