KnpIpsum, Symfony2 Tutorial Application
Published on
Aug 14, 2011
Aug 15, 2011 − The KNP team has created a simple demo tutorial application in Symfony2 called KnpIpsum. It contains lots of examples and tutorials. They should be easy to read for a beginner or for a developer who wants to discover new bundles.
UPDATE − December 16th
Great news! As of today, we'll be offering you something much better: a Symfony2 Tutorial Screencast on our brand new KnpUniversity platform!
Written by our very own Ryan Weaver − manager of the Symfony2 documentation, trainer, talker and Symfony2 enthusiastic developer.
The alternative: you can still ask for a KNP company training (English) or a Formation Symfony2 (français)
Deprecated Demo application
The KNP team has created a simple demo tutorial application in Symfony2 called KnpIpsum.
It contains lots of examples and tutorials. They should be easy to read for a beginner or for a developer who wants to discover new bundles.
You will discover how to use the best bundles and libs (Fos UserBundle, Behat, MenuBundle) in real life.
KnpIpsum can also be the base of your new Symfony2 application.
View the online demo
We've set up an online demo on ipsum.knplabs.org - have a look!
View the code online
The code is browsable and download on github.
Download the code
Use git to fetch the code locally:
git clone git://github.com/KnpLabs/KnpIpsum.git
php bin/vendors install
Then install the assets:
php app/console assets:install web
php app/console --no-debug assetic:dump
Comments