-
Notifications
You must be signed in to change notification settings - Fork 2
Instalation
Carlos Eduardo edited this page Oct 8, 2017
·
4 revisions
To download Click here.
Or Install with composer:
composer create-project kaduamaral/base=<version> <nome do projeto>
I.E:
composer create-project kaduamaral/base=1.2.1 mywebsite
Unzip files in host folder, CSS,JS files and images need to be in public_html
folder.
The views (Server dinamic contents need to be in view
folder in your app directory).
Examples.:
//location view
/root/apps/example/view/home.phtml
//file CSS
/root/public_html/css/estilo.css