Skip to content

devbrunocorrea/yii2-to-do-list

Repository files navigation

Yii2 Hello World

To-do list App is a "Hello, World" with Yii2 framework

Run:

make run

Run (Alternative):

docker-compose up -d
docker-compose exec php composer install -n
docker-compose exec php php yii migrate --interactive=0

Browser:

http://localhost:8000

Run tests:

make test

About

To-do List with Yii2 framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published