kiwa/template-skeleton

This package is abandoned and no longer maintained. The author suggests using the kiwa/website-skeleton package instead.

A template skeleton for Kiwa WCMS

Package info

bitbucket.org/wirbelwild/template-skeleton

Homepage

Type:project

pkg:composer/kiwa/template-skeleton

Statistics

Installs: 129

Dependents: 0

Suggesters: 0

0.1.3 2019-01-02 22:45 UTC

Requires

Requires (Dev)

None

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 33c6101698936e0696b34e82fa1c6d61699ec083

  • Tobias Kรถngeter <tobias.koengeter.woop@bitandblack.com>

templatecmsContent management systemSkeletonWCMSKiwa WCMSWebsite Content Management System

This package is auto-updated.

Last update: 2020-01-14 06:40:26 UTC


README

๐Ÿ‘ PHP from Packagist
๐Ÿ‘ Codacy Badge
๐Ÿ‘ Latest Stable Version
๐Ÿ‘ Total Downloads
๐Ÿ‘ License
๐Ÿ‘ composer.lock

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

  1. Use your CLI and Composer to create a new website by running $ composer create-project kiwa/template-skeleton my-project. Change my-project by your needs.

  2. Move to your project directory, for example by running $ cd my-project.

  3. 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.