Containerize Laravel Portal
Closed this issue · 2 comments
tilaks26 commented
Containerize Laravel Portal
smarru commented
My recommendation will be use Apache or Nginx web server over the Built-in PHP Server
tbindi commented
Thanks. I will look into it. For now it just uses php artisan serve
which is a php server command. I'm planning to use Apache to handle the web server thing so that we don't have to worry about server logs.