1

I'm using isp config but all my larval stuff is in a public folder and iso config points to a web folder.

Does anyone know how I can go about changing this?

Antonio Carlos Ribeiro
  • 86,191
  • 22
  • 213
  • 204
panthro
  • 22,779
  • 66
  • 183
  • 324

1 Answers1

10

In ISPConfig:

1) Select the site

2) Choose options

3) In the Apache Directives box type the full path of your Document Root pointing to /public:

DocumentRoot "/the/absolute/path/of/the/laravel/directory/public"
Antonio Carlos Ribeiro
  • 86,191
  • 22
  • 213
  • 204