This website requires JavaScript.
Explore
Help
Sign In
bluesquare
/
laravel-push
Watch
4
Star
0
Fork
You've already forked laravel-push
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
0.1
laravel-push
/
config
/
push.php
7 lines
106 B
PHP
Raw
Permalink
Blame
History
<
?
php
return
[
'api_key'
=>
env
(
'PUSH_API_KEY'
,
null
),
'api_url'
=>
env
(
'PUSH_API_URL'
,
null
)
];
Reference in New Issue
View Git Blame
Copy Permalink