Download the PHP package numerogeek/ultimate-symfony2-boilerplate without Composer
On this page you can find all versions of the php package numerogeek/ultimate-symfony2-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ultimate-symfony2-boilerplate
Ultimate Symfony2 Boilerplate
This is a boilerplate I've made to gain time when I need to kickstart projects
This ultimate symfony2 boilerplate comes with :
- FOSUserBundle : Provides user management for your Symfony2 Project. Compatible with Doctrine ORM & ODM, and Propel.
- IvoryCKEditorBundle : Provides a CKEditor integration for your Symfony2 project.
- StofDoctrineExtensionsBundle : Integration bundle for DoctrineExtensions by l3pp4rd in Symfony2
- VichUploaderBundle : A simple Symfony2 bundle to ease file uploads with ORM entities and ODM documents.
- LiipImagineBundle : Symfony2 Bundle to assist in imagine manipulation using the imagine library http://liip.ch
- KnpPaginatorBundle : SEO friendly Symfony2 paginator to sort and paginate http://knplabs.com/en/blog/knp-paginator-reborn
- [FMElfinderBundle] (https://github.com/helios-ag/FMElfinderBundle) : ElFinderBundle provides ElFinder integration with TinyMCE and CKEditor
- DoctrineMigrationsBundle : This bundle integrates the Doctrine2 Migrations library. into Symfony so that you can safely and quickly manage database migrations.
- MremiContactBundle : Provides a contact form for a Symfony2 project.
- AvanzuAdminThemeBundle : Admin Theme based on the AdminLTE Template for easy integration into symfony
- AcceleratorCacheBundle : Provide a command to clear PHP Accelerator cache from CLI
Installation
This boilerplate comes with all the bundles above enabled and preconfigured
The easiest way to get started is to clone the repository:
Starter Kit
Go to http://www.myproject.local/app_dev.php/admin to have a look on what's coming with this bundle.
This boilerplate also comes with 4 customs bundle :
- UserBundle (inherits of FOSUserBundle to easily customize the entity) : very simple user bundle with a backoffice
- NumerogeekBlogBundle : a very simple blog bundle with a backoffice
- AppBundle : The one from the symfony installer, so you can kickstart your project right now !
- AdminBundle : which is the core of the admin part. There is not much in there because it mostly use the AvanzuAdminBundle
- FixturesBundle : see below.
What's the fixtures Bundle ?
Usually when you start a project, you need some dummy data. Instead of having a fixtures folder in each bundles, I have made a fixtures bundle which is basically just a folder to store all the fixtures of your project.
about MremiContact Bundle
The bundle comes fully configurated for you. I like to store the sent messages in the database, just in case there's a problem with the mail transport.
If you want to unactivate the storage in DB, you can set the store_data
to false
in the config.yml
.
For any further documentation, check the MremiContactBundle Documentation.
All versions of ultimate-symfony2-boilerplate with dependencies
symfony/symfony Version 2.7.*
doctrine/orm Version ~2.2,>=2.2.3,<2.5
doctrine/dbal Version <2.5
doctrine/doctrine-bundle Version ~1.4
symfony/assetic-bundle Version ~2.3
symfony/swiftmailer-bundle Version ~2.3
symfony/monolog-bundle Version ~2.4
sensio/distribution-bundle Version ~4.0
sensio/framework-extra-bundle Version ~3.0,>=3.0.2
incenteev/composer-parameter-handler Version ~2.0
friendsofsymfony/user-bundle Version ~1.3
egeloen/ckeditor-bundle Version ~2.0
stof/doctrine-extensions-bundle Version ^1.1
vich/uploader-bundle Version ^0.14.0
liip/imagine-bundle Version ^1.3
behat/symfony2-extension Version ^2.0
knplabs/knp-paginator-bundle Version ^2.4
helios-ag/fm-elfinder-bundle Version ~5.0
behat/mink-goutte-driver Version ^1.1
behat/mink-selenium2-driver Version ^1.2
behat/behat Version ^3.0
behat/mink-extension Version ^2.0
mremi/contact-bundle Version dev-master
doctrine/doctrine-migrations-bundle Version ^1.0
avanzu/admin-theme-bundle Version dev-master
smart-core/accelerator-cache-bundle Version ^1.0@dev