Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
P
phanda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
phanda
phanda
Compare revisions
v0.1.2 to v0.1.3
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
phanda/phanda
Select target project
No results found
v0.1.3
Select Git revision
Branches
development
master
Tags
v0.1.0
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.1.5
v0.1.6
v0.1.7
Swap
Target
phanda/phanda
Select target project
phanda/phanda
1 result
v0.1.2
Select Git revision
Branches
development
master
Tags
v0.1.0
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.1.5
v0.1.6
v0.1.7
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Copying app.env on new projects
· 81364ab9
Storm Burpee
authored
6 years ago
81364ab9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
composer.json
+5
-0
5 additions, 0 deletions
composer.json
with
5 additions
and
0 deletions
composer.json
View file @
81364ab9
...
...
@@ -24,5 +24,10 @@
"App\\"
:
"app/"
,
"Core\\"
:
"core/"
}
},
"scripts"
:
{
"post-root-package-install"
:
[
"@php -r
\"
file_exists('environment/app.env') || copy('environment/app.env.example', 'environment/app.env');
\"
"
]
}
}
This diff is collapsed.
Click to expand it.