Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
adapayments
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lidonation
adapayments
Merge requests
!5
Ln 454 php app setup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ln 454 php app setup
LN-454-php-app-setup
into
main
Overview
0
Commits
3
Pipelines
4
Changes
9
Merged
Omwoyo Obara
requested to merge
LN-454-php-app-setup
into
main
1 year ago
Overview
0
Commits
3
Pipelines
4
Changes
9
Expand
0
0
Merge request reports
Compare
main
version 4
56bc845f
1 year ago
version 3
336b3704
1 year ago
version 2
336b3704
1 year ago
version 1
2de287e5
1 year ago
main (base)
and
latest version
latest version
de1dfa1a
3 commits,
1 year ago
version 4
56bc845f
2 commits,
1 year ago
version 3
336b3704
1 commit,
1 year ago
version 2
336b3704
1 commit,
1 year ago
version 1
2de287e5
4 commits,
1 year ago
9 files
+
1249
−
452
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
src/config/app.php
0 → 100644
+
9
−
0
Options
<?php
return
[
'name'
=>
'YourAppName'
,
'url'
=>
'Example.url'
,
'payment_address'
=>
'12345678'
,
];
\ No newline at end of file
Loading