Membership

This commit is contained in:
Kevin Adametz 2020-03-07 19:44:58 +01:00
parent 37cb2b06c7
commit 21abafb8db
51 changed files with 1549 additions and 493 deletions

View file

@ -61,7 +61,7 @@ return [
'pre_url_crm' => env('APP_URL_CRM', 'my.'),
'checkout_url' => env('APP_URL_CHECKOUT', 'checkout.'),
'checkout_mail' => env('APP_CHECKOUT_MAIL', 'no-replay@mivita.care'),
'info_mail' => env('APP_INFO_MAIL', 'no-replay@mivita.care'),
/* 'url_backend' => env('APP_URL', 'http://mivita.local/'),
'url_backend' => env('APP_URL', 'http://mivita.local/'),

10
config/mivita.php Executable file
View file

@ -0,0 +1,10 @@
<?php
return [
'renewal_days' => env('MIVITA_RENEWAL_DAYS', '29'),
'abo_booking_days' => env('MIVITA_ABO_BOOKING_DAYS', '14'),
];