Simple managing application for teachers
php composer.phar install
php app/console doctrine:database:create
php app/console doctrine:schema:create
php app/console doctrine:fixtures:load
php -S localhost:8000 -t web/
Simple managing application for teachers
php composer.phar install
php app/console doctrine:database:create
php app/console doctrine:schema:create
php app/console doctrine:fixtures:load
php -S localhost:8000 -t web/