-
Published Answer
Thanks everything is resolved now. But how do I configure phpmyadmin to nginx and be able to open it on my domain as https://larave…
•
By
midowu
-
Published Answer
Thanks. I had initially done this. I am not using Nginx but Apache2. So far I have setup Apache2 and I am seeing this:
https://i…
•
By
midowu
-
Published Answer
How do I disable Apache and start Nginx or Disable Nginx and start Apache.
Also, which one is preferable for Laravel and M…
•
By
midowu
-
Published Answer
I have hosted application on Digital Ocean. And I made it to be https since I am using Azure AD for Login.
Laravel-5.8 and mysql…
•
By
midowu
-
Published Answer
When I stopped nginx using
sudo systemctl stop nginx
I was able to restart apache, but my application stopped running. I am una…
•
By
midowu
-
Published Answer
Do I need to downgrade to PHP 7.2 or will PHP 7.3 do it. I use PHP 7.3 ON MY LOCAL SYSTEM and it works
When I used: systemctl s…
•
By
midowu
-
Published Question
I have a project on Laravel-5.8
```
public function store(StoreAppraisalGoalRequest $request)
{
$appraisalStartDate = Carbon::parse($request->appraisalstartdate);
$appraisalEndDate = Carbon::parse($request->appraisa...
1
•
•
By
midowu
DigitalOcean
Apache
Laravel