mellera/progetto-kr-001

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

Maintainers

Package info

github.com/mellera/progetto-kr-001

Type:project

pkg:composer/mellera/progetto-kr-001

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.21 2019-06-07 18:50 UTC

This package is auto-updated.

Last update: 2026-03-08 10:03:31 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