kengos / phalconCart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phalconCart

Commands

Migrations

Create migration files

bin/phinx create -c config/phinx.yml CreateUsers

Apply migration

bin/phinx migrate -c config/phinx.yml -e development

Dev Server

Backend server

cd web/backend
php -S 0.0.0.0:8000

Frontend server

cd web/frontend
php -S 0.0.0.0:8000

About

License:Apache License 2.0


Languages

Language:PHP 85.6%Language:Volt 14.3%Language:Shell 0.1%