Skip to content

Documentation

Laynester edited this page Jul 25, 2019 · 2 revisions

IIS Installation

  1. Download the stable release from Github
  2. Install Composer from GetComposer.org
  3. Place ZIP file into wwwroot and extract it.
  4. Edit .env file DB details
  5. Open a Command Prompt, cd to the folder " cd c:\inetpub\wwwroot\ " and run composer install and php artisan key:generate
  6. Give Storage the proper permissions right click storage > properties > Security tab > Edit > Add > new user IUSR > give it full control.
  7. Change your IIS Site directory to the public folder.
  8. Now go to localhost/website link in a browser
  9. Follow setup steps.
  10. All done!

When using this in a production environment, disable debug in the .env file, as this will disable the debugging screen, and hide your mysql details.

Creating a Theme

To create a new theme, open a command prompt, cd to the folder, run theme:create namehere This will create two new folders, one in the public folder, and one in the resources > views folder.

Clone this wiki locally