This website requires JavaScript.
Explore
Help
Sign In
bluescale
/
laravel-mail
Watch
1
Star
0
Fork
You've already forked laravel-mail
0
Code
Issues
Pull Requests
Releases
3
Wiki
Activity
128b4544fe
laravel-mail
/
config
/
bmail.php
7 lines
108 B
PHP
Raw
Normal View
History
Unescape
Escape
Adding config folder
2020-04-09 16:24:38 +02:00
<
?
php
return
[
Modifying readme and api files
2020-04-09 17:43:19 +02:00
'api_key'
=>
env
(
'BMAIL_API_KEY'
,
null
),
Update 'config/bmail.php'
2020-05-07 16:18:51 +02:00
'api_url'
=>
env
(
'BMAIL_API_URL'
,
null
)
Adding config folder
2020-04-09 16:24:38 +02:00
];