Commit 4be59856 by fezrul

recommit readme

parent 5c70557b
......@@ -18,7 +18,10 @@
## Local Setup
1. Clone repository
1. git clone http://coders.3fresources.com/fezrul/3FOverdrive.git coders
```
git clone http://coders.3fresources.com/fezrul/3FOverdrive.git coders
```
1. add autoload composer.json
......@@ -43,8 +46,12 @@
1. register ServiceProvider in config/app.php
1. Overdrive\Web\ServiceProvider::class
```
Overdrive\Web\ServiceProvider::class
```
1. run composer dump-autoload
1. run php artisan overide:asset
1. Install
```
run php artisan overide:asset
```
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