This package provides a boot script for Laravel Homestead, adding support for Processwire CMS.
The included shell script provides homestead with a set of server configuration commands to support things like URL Rewriting and SSL. By extension, this also makes Processwire compatible with Nginx, which is the default web-server in a Homestead vagrant box.
-
Download (or checkout) the included
serve-processwire.sh
file into yourHomestead/scripts/
directory - you'll see many other platform shell scripts here. -
Open your
Homestead.yaml
file and modify the host for your processwire installation to include a type ofprocesswire
.
Example:
- map: processwire.site
- to: /home/vagrant/code/processwire
- type: processwire
That's it!