Documentation WIP

This commit is contained in:
Jani Gyllenberg
2019-01-22 21:34:15 -05:00
parent 2bb1356df3
commit be37f631ca
6 changed files with 13 additions and 2 deletions

View File

@@ -14,12 +14,19 @@
}, },
"autoload": { "autoload": {
"psr-4" : { "psr-4" : {
"distinctm\\LaravelDataSyc\\": "src/" "distinctm\\LaravelDataSync\\": "src/"
} }
}, },
"autoload-dev": { "autoload-dev": {
"psr-4" : { "psr-4" : {
"distinctm\\LaravelDataSyc\\Tests\\": "tests/" "distinctm\\LaravelDataSync\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"distinctm\\LaravelDataSync\\DataSyncBaseServiceProvider"
]
} }
} }
} }

3
readme.md Normal file
View File

@@ -0,0 +1,3 @@
# Laravel Data Sync
[ ] Add new `sync` disk in `config/filesystems.php`

1
scratch.md Normal file
View File

@@ -0,0 +1 @@
- In config, specify disk to use (string)

0
src/.gitignore vendored
View File

View File

View File