This project was developed as part of a presentation, Modernizing Your Development Workflow Using Composer, to introduce WordPress developers to the PHP dependency manager, Composer.
This package assumes you are running Laravel Valet on macOS, and that you're cloning the repository into Valet's parked directory. It may work in other environments, but I make no guarantees, as I developed this on my own machine for demonstration purposes. :) Your results may vary.
Assuming you have already installed Composer, and you're running Laravel Valet and MySQL, you should be good to go!
- Clone this repository:
git clone https://github.com/jmichaelward/wordcamp-example-wp-composer.git
- Change into its directory
cd wordcamp-example-wp-composer
- Run
composer install
- Answer the questions triggered by the installation wizard.
- Log in to your newly installed site in the browser!