This website works better with JavaScript
Home
Explore
Help
Register
Sign In
musa
/
Travelsystem_Laravel11
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
bf6d4c3bfe
Branches
Tags
main
Travelsystem_La...
/
config
/
stripe.php
stripe.php
100 B
History
Raw
1
2
3
4
5
<?php
return [
'stripe_pk' => env('STRIPE_TEST_PK'),
'stripe_sk' => env('STRIPE_TEST_SK')
];