Introduction

About

Nailer is a command line assistant that helps you create your application.

Nailer provides various commands with which you can create controllers, models, middlewares, start a local server and much more.

To view the list of available commands, use the following command:

php nailer list

Every command also includes a "help" screen which displays and describes the command's available arguments and options. To view a help screen, precede the name of the command with help

php nailer help make:controller