Skip to content

rudott/symfony-application

Repository files navigation

Endroid Symfony Application

License Latest Stable Version Total Downloads Build Status Scrutinizer Quality Score

Use this project if you want to quickly set up a basis for your web application. This application is built on endroid/symfony-standard and extended with popular and well-maintained community bundles and some example implementations to speed up the development process. You decide which functionalities you use, depending on the type of web application you are building. Browse the live demo and the admin section (admin/admin) to get a quick impression of the full package.

Live demo

Installation

Create the project

composer create-project endroid/symfony-application <target>

Create the database and schema

php app/console doctrine:database:create
php app/console doctrine:schema:update --force

Install ElasticSearch (optional)

See http://www.elasticsearch.org/guide/reference/setup/installation/ for more information.

Install wkhtmltopdf and wkhtmltoimage (optional)

See https://code.google.com/p/wkhtmltopdf/ and for more information.

Load fixtures (optional)

php app/console doctrine:fixtures:load -n
php app/console assets:install --symlink
php app/console fos:elastica:populate

Note

Please note that if you are using PHP < 5.4 and you want to make use of the provided behaviors you will have to copy the trait code into your entities instead of using the traits.

Documentation

The documentation is stored in the src/Endroid/Bundle/SiteBundle/Resources/doc/index.md file in this bundle. Read the Documentation

About

Endroid Symfony Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages