Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

creativepug/symfony-todo

Repository files navigation

symfony-todo

learning symfony framework with a simple to-do application.

more info armno/laravel-todo.

$ composer install  # install all dependencies
$ php app/console doctrine:database:create  # create database
$ php app/console doctrine:schema:update --force  # create database table & fields
$ pgp app/consoler server:run  # start local web server

then open http://localhost:8000 on a browser.

About

learning symfony php framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published