Hi. I signed up for a Laravel Forge and a Digital Ocean account and created a website using Laravel. The website is now live but I have noticed that it keeps crashing everyday. I have to restart the server to make it work again. Is there something I need to do or a task that I need to schedule in Laravel Forge to prevent this form happening?
Also, I noticed that the jQuery plugin becomes unresponsive. Because of this, one of my js scripts does not work properly.
Hey buddy I don't know about laravel forge but I guess it's the one causing the issue like restaring a server or other funy stuff I recomment to disable laravel forge a little time and try configure digitalocean itself with no aditional support of third party.
I'm running a laravel website on digital ocean on the smallest droplet and it runs great. Very low load though and not using forge, just a standard ubuntu box that I installed laravel onto. I used this guide amongst others to get going
https://www.evernote.com/l/AAcVksmwcaJHp6LzSzZIOkS46BABLUvHAeQ
MySQL 5.7 minimum requirement is 1gb. So if you have more then 10 users online at once with an average amount of queries good luck.
Forge only installs a Ubuntu box with the same software as homestead. Nothing more invasive then that. A Cpannel if you will but not hosted on the server like most. It just sshs into your server after set up to further set configurations.
Never get why people think forge is so invasive. Nothing more then a predefined commands.