/swytch-template

A template repository for the Swytch Framework

Primary LanguagePHP

Swytch Template

This is a template for the Swytch Framework.

Running

To run the template, run the following commands:

docker build -t swytch-template .
docker run -p 80:80 -p 443:443 --rm swytch-template

Then, navigate to https://localhost in your browser.

Make it yours

  1. Update composer.json with your project's information.
  2. Start hacking.