kiwa / template-skeleton
A template skeleton for Kiwa WCMS
Requires
- php: ~7.1
- kiwa/template-console: ~0
Suggests
- bitandblack/baseline: A simple boilerplate written in SCSS.
- bitandblack/contact-form: Prevents spam from your contact forms.
- bitandblack/rows: A small grid system written in SCSS.
- kiwa/template-console: A CLI that helps to set up the template configuration.
This package is auto-updated.
Last update: 2020-01-14 06:40:26 UTC
README
Kiwa WCMS Template Skeleton
The skeleton for creating a website with Kiwa WCMS.
Requirements
This skeleton is made for the use with Composer. Be sure to get it at first.
Usage
Installation
Use your CLI and Composer to create a new website by running
$ composer create-project kiwa/template-skeleton my-project
. Changemy-project
by your needs.Move to your project directory, for example by running
$ cd my-project
.Create your code repository, for example by running
$ git init
.By running the installation a lot of basic files will be created, for example an
assets
folder for all your asset files. Those files can be committed to your repository.
Creating the website
Everything you want to do can be done with the help of the command line tool, which is stored in the bin
folder. It will help creating pages and more. Run $ php bin/console
to get more information.
Running the website
To access the website from public point your domain to the root so the index.php
will be used.
To run the website in a local environment, run $ php -S 127.0.0.1:8000 -t .
and open http://127.0.0.1:8000 in your browser.
Help
If your have any questions feel free to contact us under skeleton@kiwa.io
.