Skip to content

kengos/phalconCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published