tflori/riki-skeleton

Skeleton application using riki framework

v1.0.0-rc.4 2023-09-20 09:09 UTC

This package is auto-updated.

Last update: 2024-04-20 10:20:13 UTC


README

Don't try this at home. This is a high professional skeleton for a riki application and it's not finished and not tested. I'm even unsure if it ever will be tested but I'm sure I will use it for the ríki community.

Contribute

In every php file use PSR-2 everywhere else we will see if it looks good.

Make sure your changes work. You can try the templates with skeleton/post-create --debug <filename> or clone / copy the source to a second folder and execute composer install.

Start a project

To start a project using this skeleton you need php and composer installed. We strongly recommend to read the guide before you start using this skeleton. Also everything is more smooth when you develop on linux but mac would also be fine - we recommend docker and in windows you will need a VM to run docker.

tflori@host $ composer create-project tflori/riki-skeleton projects/riki/community
...
#############################################################
# Thanks for using riki-skeleton!                           #
#                                                           #
# Unfortunately composer is still not able to pass stdin to #
# the post-create script. And because we need to ask you a  #
# few questions you have to start the setup manually by     #
# executing:                                                #
# ./setup                                                   #
#############################################################
tflori@host $ ./setup
What's the name of your project? [ tflori/community ] tflori/riki-community

What's the namespace for your sources? [Community] 

Do you want to use docker? [ Y / n ]

...