#How to keep Laravel server running 24/7 on a Raspberry Pi 4?
13 messages · Page 1 of 1 (latest)
i also changed the max_execution_time on the php.ini file from 30 to 0 (when it was 30 the server used to stop faster, now with it set to 0 it should not stop but it stays up more time)
Wym?
Can't i just do that with artisan
Artisan isn't made for that
How then how do i make a proper server production for a Laravel project without using artisan?
You'll have to install a web server on your raspberry PI such as Apache or Nginx
Nginx normally has slightly better performance but it doesn't make too much of a difference imo
I have apache running on my rpi 4
How do i start the server
There's so many tutorials. Try searching for them. Your question isn't laravel related