Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
2
2020-03-03 itmax-84
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Playground
2020-03-03 itmax-84
Commits
572cbecf
Commit
572cbecf
authored
Jan 10, 2020
by
Marco Schmiedel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cleanup' into 'development'
Cleanup See merge request nexus/laravel!1
parents
fe091835
36106fa6
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5055 deletions
+5
-5055
.gitignore
.gitignore
+1
-0
composer.json
composer.json
+3
-0
composer.lock
composer.lock
+0
-5054
cache.php
config/cache.php
+1
-1
No files found.
.gitignore
View file @
572cbecf
...
...
@@ -10,3 +10,4 @@ Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
composer.lock
composer.json
View file @
572cbecf
...
...
@@ -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"
...
...
composer.lock
deleted
100644 → 0
View file @
fe091835
This diff is collapsed.
Click to expand it.
config/cache.php
View file @
572cbecf
...
...
@@ -18,7 +18,7 @@ return [
|
*/
'default'
=>
env
(
'CACHE_DRIVER'
,
'
file
'
),
'default'
=>
env
(
'CACHE_DRIVER'
,
'
redis
'
),
/*
|--------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment