dev-master
9999999-devAze application installer.
MIT
The Requires
installer aze
v1.0
1.0.0.0Aze application installer.
MIT
The Requires
installer aze
Wallogit.com
2017 © Pedro Peláez
Aze application installer.
composer global require "aze/cli"
aze new [APPLICATION_NAME]
If you don't give an application name, the application will be build in the current directory, (*1)
aze new CONTROLLER_NAME [--dir=DIRECTORY]
Will create a new AZE controller in src/controller (by default) and update your composer.json. You can change the default directory if you set the --dir option., (*2)
If you don't give an application name, the application will be build in the current directory, (*3)
aze serve
To launch a local server and open your browser, (*4)
aze serve -o
To show an help, (*5)
aze serve --help
List of parameters : * --host=HOST host use to serve your application [default: "localhost"] * --port=PORT port use to serve your application [default: 80] * --publicDir=PUBLICDIR directory containing your public files and your index.php [default: "web"] * --config=CONFIG Configuration file to serve your application [default: "config.properties"] * -o, --open Open your default browser once the server is launched, (*6)
Exemple :, (*7)
[server] host=localhost port=80 publicDir=web
Aze application installer.
MIT
installer aze
Aze application installer.
MIT
installer aze