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
Requires
- mellera/progetto-kr-007: 0.0.12
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