Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
3
3FOverdrive
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
fezrul
3FOverdrive
Commits
bfaa9d05
Commit
bfaa9d05
authored
Oct 04, 2022
by
fezrul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
935aacbd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
overdrive/README.md
+17
-17
No files found.
overdrive/README.md
View file @
bfaa9d05
...
...
@@ -6,23 +6,23 @@
1.
git clone http://coders.3fresources.com/fezrul/3FOverdrive.git coders
1.
add di composer.json
[
"autoload": {
"files": [
"coders/overdrive/web/src/helpers.php" --> add this
],
"psr-4": {
"App\\": "app/",
"Overdrive\\Web\\": "coders/overdrive/web/src" --> add this
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/",
"Overdrive\\Web\\": "coders/overdrive/web/src" --> add this
}
}
]
"autoload": {
"files":
[
"coders/overdrive/web/src/helpers.php" --> add this
],
"psr-4": {
"App
\\
": "app/",
"Overdrive
\\
Web
\\
": "coders/overdrive/web/src" --> add this
}
},
"autoload-dev": {
"psr-4": {
"Tests
\\
": "tests/",
"Overdrive
\\
Web
\\
": "coders/overdrive/web/src" --> add this
}
}
1.
register ServiceProvider in config/app.php
...
...
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