How to run laravel website in virtualmin

I want to install laravel php framework on my virtualmin server
Anyone please tell me the complete process

1 Like

Laravel isn’t tied to a specific control panel, including Virtualmin. This means you just need to have PHP configured to work and a virtual server set up to serve Laravel from your domain/IP. You also need Composer installed but that isn’t something that Virtualmin handles, so you need SSH access. The Laravel docs are your best friend.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.