Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 6ef9d9c

Browse files
committed
Remove key instructions as they are no longer necessary.
1 parent 7bdeea4 commit 6ef9d9c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

readme.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ To install the project you can use composer
2222
composer create-project joselfonseca/laravel-api new-api
2323
```
2424

25-
You may receive an error about the key files after the installation, that is OK. To fix it run the following in the project's root
26-
27-
```
28-
touch storage/oauth-private.key
29-
touch storage/oauth-public.key
30-
```
31-
3225
Then run `composer install` again and the error should be gone.
3326

3427
Modify the .env file to suit your needs

0 commit comments

Comments
 (0)