Separated laravel app to its own folder (#540)

This commit is contained in:
Julien Nahum
2024-08-26 18:24:56 +02:00
committed by GitHub
parent 39b8df5eed
commit 5bd1dda504
546 changed files with 124 additions and 143 deletions

14
api/config/links.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
return [
'help_url' => 'https://github.com/JhumanJ/OpnForm/discussions',
'helpdesk_sitemap_url' => 'https://notionforms.crisp.help/sitemap.xml',
'changelog_url' => 'https://opnform.canny.io/changelog',
'github_url' => 'https://github.com/JhumanJ/OpnForm',
'github_forum_url' => 'https://github.com/JhumanJ/OpnForm/discussions',
'discord' => 'https://discord.gg/YTSjU2a9TS',
'twitter' => 'https://twitter.com/OpnForm',
'zapier_integration' => 'https://zapier.com/developer/public-invite/146950/58db583730cc46b821614468d94c35de/',
'book_onboarding' => 'https://zcal.co/i/YQVGEULQ',
'feature_requests' => 'https://opnform.canny.io/feature-requests',
];