Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-17194

Php version in vagrant configuration is not set correctly

    XMLWordPrintable

Details

    Description

      In the file vagrant/bootstrap.md, the php version is set in the incorrect section.

      Acording to the homestead documentation it should be in sites:

      Now:

      folders:
          - map: "."
            to: "/home/vagrant/phpbb"
            php: "8.1"
       
      sites:
          - map: phpbb.app
            to: "/home/vagrant/phpbb/phpBB"
            type: apache
      

      How should be:

      folders:
          - map: "."
            to: "/home/vagrant/phpbb"
       
      sites:
          - map: phpbb.app
            to: "/home/vagrant/phpbb/phpBB"
            type: apache
            php: "8.1"
      

      Attachments

        Activity

          People

            Crizzo Crizzo
            rubencm rubencm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: