pchelk1n / todoapp-symfony

Symfony Todo Demo Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony Todo Demo Application

The "Symfony Todo Demo Application" is a sandbox project to show some of symfony features

Requirements

Installation

Execute this command to install the project:

$ composer create-project enleur/todoapp

Usage

There's no need to configure anything to run the application. Just execute this command to run the built-in web server and access the application in your browser at http://localhost:8000:

$ cd symfony-demo/
$ php bin/console server:run

Alternatively, you can configure a fully-featured web server like Nginx to run the application.

Tests

Execute this command to run tests:

$ cd symfony-demo/
$ ./vendor/bin/phpunit

About

Symfony Todo Demo Application


Languages

Language:PHP 97.6%Language:HTML 2.4%