get data from .env on Laravel to LARAVEL NOVA HOME in vue component
I need get data from .env on LARAVEL to use on Laravel Nova Card
On .env i have: APP_URL=https://example.com
I need to get this value from Laravel .env to generate nav links dynamically in the first page after LARAVEL NOVA login page on (MAIN PAGE) - LARAVEL NOVA DASHBOARD
the Main Page have 6 icons (This are the nav links)
I need to return six links like:
https://example.com/three-page
I need from .env because if change URL of the project, I need only change in .env to not broken main navigation card on LARAVEL NOVA MAIN PAGE