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

Latest commit

 

History

History
14 lines (10 loc) · 481 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 481 Bytes

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.