Skip to content

Commit b81dc9e

Browse files
authored
Update README.md
1 parent a628801 commit b81dc9e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# php-dropbox-api
1+
# Uploading a File to Dropbox Using PHP
22

33
A basic example of uploading a file to your Dropbox account using vanilla PHP and a generated access token.
44

@@ -15,3 +15,13 @@ To make this upload scripte work just follow these setps:
1515
5. Test the upload script.
1616

1717
This cose sample uses a ```.env``` files as described on the [php-env](https://github.com/codeadamca/php-env) repo.
18+
19+
## Tutorial Requirements:
20+
21+
* [Visual Studio Code](https://code.visualstudio.com/)
22+
* [PHP](https://www.php.net/)
23+
* [Dropbox](https://www.dropbox.com/)
24+
25+
<a href="https://codeadam.ca">
26+
<img src="https://codeadam.ca/images/code-block.png" width="100">
27+
</a>

0 commit comments

Comments
 (0)