1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Documentation typo fixes: ofyour→of your; camelcase→camelCase; 100X100px→100×100px

This commit is contained in:
Tomer Cohen 2019-09-30 23:41:50 +03:00
parent 7699788ce2
commit d39f48fd97

View file

@ -18,11 +18,11 @@ The first step in adding a new OAuth provider is to list it in providers config
./app/config/providers.php
```
Make sure to fill all data needed and that your provider array key name is in camelcase format and has no spaces or special characters.
Make sure to fill all data needed and that your provider array key name is in camelCase format and has no spaces or special characters.
### Add Provider Logo
Add a logo image to your new provider in this path: ./public/images/oauth. Your logo should be a png 100X100px file with the name ofyour provider (all lowercase). Please make sure to leave about 20px padding around the logo to be consistent with other logos.
Add a logo image to your new provider in this path: ./public/images/oauth. Your logo should be a png 100×100px file with the name of your provider (all lowercase). Please make sure to leave about 20px padding around the logo to be consistent with other logos.
### Add Provider Class