-
Notifications
You must be signed in to change notification settings - Fork 14
Documentation
Laynester edited this page Jul 25, 2019
·
2 revisions
- Download the stable release from Github
- Install Composer from GetComposer.org
- Place ZIP file into wwwroot and extract it.
- Edit .env file DB details
- Open a Command Prompt, cd to the folder " cd c:\inetpub\wwwroot\ " and run composer install and php artisan key:generate
- Give Storage the proper permissions right click storage > properties > Security tab > Edit > Add > new user IUSR > give it full control.
- Change your IIS Site directory to the public folder.
- Now go to localhost/website link in a browser
- Follow setup steps.
- 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.
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.