Commit bfaa9d05 by fezrul

no message

parent 935aacbd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment