mellera/progetto-kr-001

There is no license information available for the latest version (0.0.21) of this package.

0.0.21 2019-06-07 18:50 UTC

This package is auto-updated.

Last update: 2024-05-08 05:41:06 UTC


README

Piccolo framework PHP per gestire progetti semplici

Prima di iniziare

ricordati di copiare il file di configurazione

cp etc/.env.dist etc/.env

Creazione migrazioni

boot/phinx create Chats --configuration ./etc/phinx.php

Eseguire le migrazioni

boot/phinx migrate --configuration ./etc/phinx.php --environment local