Я пытаюсь включить переменную laravel .env в мой js-файл, мое имя файла custom-script.js, а мой js-код:
function sendBusinessDetails(postForm) {
$.ajax({//Process the form using $.ajax()
type: 'post', //Method type
url: 'http://localhost:8000/Process', //Your form processing file URL
data: postForm, //Forms name
dataType: 'json',
, а мой .env-файл содержит
APP_URL=http://localhost:8000
как я могу заменить APP_URL = http://localhost:8000 на мой URL: 'http://localhost:8000/Process',
Ваша помощь будет высоко оценена
$.ajax({
type: 'post', //Method type
url: '{{env("API_URL")}}/api/apikey?api_key