Skip to content

nottrobin/symfony-address-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address book

An address book app based off the symfony standard project.

Check out a live demo at: robinaddressbook.cloudcontrolled.com

Run the app locally

Short version

After cloning the project, install the dependencies using composer. It will also prompt you to enter your database settings:

$ composer install

Setup the database schema from the doctrine configuration:

$ php app/console doctrine:schema:update --force

Run the PHP testing server:

$ php app/console server:run

And voila, you should be able to run the app on localhost:8000.

Complete guides

If you're having trouble with anything above, you could try reading:

About

An address book app based on Symfony2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages