Skip to content

dunglas/planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Planning

Planning is a planning manager for associations. It allows members to create events and place himself on duty. It also has a directory of venues.

This is an experimental project from Kévin Dunglas designed to test Symfony2 and Doctrine 2.

Install

To configure your DB, edit your /planning/config/config.xml.

Create your database and tables:

php planning/console doctrine:database:drop
php planning/console doctrine:database:create
php planning/console doctrine:schema:create

Generate the doctrine proxies:

php planning/console doctrine:generate:proxies

Load fixtures:

php planning/console doctrine:data:load

About

Planning management written in Symfony2 and Doctrine 2

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages