Delivery app is already available on other forums. i will post vendor app this week
you don't need a purchase code, just use the manual setup
Hi, how can you install this on live server? Here just can´t connect database and only gives me error.what do you call manual setup? I need to install on live server not localhost.
Hi, how can you install this on live server? Here just can´t connect database and only gives me error.
Edit .env file and add slash to the end of a domain APP_URL:
APP_URL=https://domain.com
to
APP_URL=https://domain.com/
I´ve already did this, but still not connecting.Open this file:
laravel_application/vendor/smartervision/laravel-installer/src/Controllers/EnvironmentController.php
And remove these lines (line 110):
if (isset($errors) || !$code){
$redirect->route('LaravelInstaller::environmentClassic')
->with(['message' => $message,'errors'=>$errors]);
//return view('vendor.installer.environment-classic', compact('errors'));
}
And these (line 185):
if (isset($errors) || !$code){
return view('vendor.installer.environment-wizard', compact('errors'));
}
Dont change other than above line..
Open this file:
laravel_application/vendor/smartervision/laravel-installer/src/Controllers/EnvironmentController.php
And remove these lines (line 110):
if (isset($errors) || !$code){
$redirect->route('LaravelInstaller::environmentClassic')
->with(['message' => $message,'errors'=>$errors]);
//return view('vendor.installer.environment-classic', compact('errors'));
}
And these (line 185):
if (isset($errors) || !$code){
return view('vendor.installer.environment-wizard', compact('errors'));
}
Dont change other than above line..
I´ve already did this, but still not connecting.
This is because, you didn't add your domain url correctly.
This is because, you didn't add your domain url correctly.
I will make a video tomorrow on how to setup admin panel.