Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 767 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 767 Bytes

Hanami 2 Application Template

If you’ve been interested in exploring or testing our in-progress Hanami 2 work, this application template can help you start! Learn more in my announcement post.

To create an application from this template, click the “Use this template” button above.

Then, once you’ve cloned your new repository, run:

./bin/install name_of_your_app

This will rename all instances of AppPrototype within (in all its case variations) to the name of your application.

Then rename the .env-example file to .env, and update the values as necessary.

See README.app.md for details of the generated application.