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
2f2074b904
laravel-mail
/
config
/
bmail.php
9 lines
110 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
),
'api_url'
=>
env
(
'BMAIL_API_URL'
,
null
)
Adding config folder
2020-04-09 16:24:38 +02:00
];