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.
- Front end -
symfony-application.endroid.nl
- Admin -
symfony-application.endroid.nl/admin/dashboard
(admin/admin)
composer create-project endroid/symfony-application <target>
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
See http://www.elasticsearch.org/guide/reference/setup/installation/ for more information.
See https://code.google.com/p/wkhtmltopdf/ and for more information.
php app/console doctrine:fixtures:load -n
php app/console assets:install --symlink
php app/console fos:elastica:populate
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.
The documentation is stored in the src/Endroid/Bundle/SiteBundle/Resources/doc/index.md
file in this bundle.
Read the Documentation