Commit 561bfd3e by fezrul

update README

parent 95933648
......@@ -7,9 +7,8 @@
1. add di composer.json
[
"autoload": {
"autoload": {
"files": [
"coders/overdrive/web/src/helpers.php" --> add this
],
"psr-4": {
......@@ -22,10 +21,10 @@
"Tests\\": "tests/",
"Overdrive\\Web\\": "coders/overdrive/web/src" --> add this
}
},
}
]
1. register ServiceProvider in config/app.php
1. Overdrive\Web\ServiceProvider::class
......
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