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
a87b5272
Commit
a87b5272
authored
Jan 10, 2020
by
Marco Schmiedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix storage problem on install
parent
5a96db0c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
composer.json
composer.json
+3
-0
No files found.
composer.json
View file @
a87b5272
...
@@ -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"
...
...
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