Skip to content

Larvel documentation: Changed config value naming #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions docs/integrations/php/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AppServiceProvider extends ServiceProvider
new Dsn(
'ohmysmtp+api',
'default',
config('services.ohmysmtp.key')
config('services.mailpace.key')
)
);
});
Expand Down Expand Up @@ -64,4 +64,4 @@ Here's an example Laravel 9 repository with a commit that demonstrates the chang

https://github.com/mailpace/laravel-example/commit/93053f8d87fef62bb38323894a12a9e95b3abf91

In this example we create a `/send` route that triggers an email. To test this just update the `from` address and `key` with your MailPace API token and open the `/send` path in your browser
In this example we create a `/send` route that triggers an email. To test this just update the `from` address and `key` with your MailPace API token and open the `/send` path in your browser