Skip to content

dvantuyl/hanami-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.