Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.env
*.lock
# Composer
vendor/
*.phar
*.lock

# Jetbrains Idea
*.old
.idea/
*.phar

# Environment files
.env/*.*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ print $response->body();

- [Example Code](https://github.com/sendgrid/php-http-client/tree/master/examples)

You can use the ```.env_example``` file located at "examples" folder. Just copy it to a ```.env``` folder ou can put on your project's root.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please fix ou to you ?


<a name="roadmap"></a>
# Roadmap

Expand Down
1 change: 1 addition & 0 deletions examples/.env_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export SENDGRID_API_KEY=''