Download the PHP package rgies/symfony without Composer
On this page you can find all versions of the php package rgies/symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rgies/symfony
More information about rgies/symfony
Files in rgies/symfony
Informations about the package symfony
Symfony 2 - Rapid Development Framework
Symfony 2 Rapid-Development-Framework with Twitter Bootstrap3, jQuery and GUI Bundle (Generator UI).
Install
Download and install Composer. Then start the command line and navigate to your web root folder.
Type in the following command to install latest version:
php composer.phar create-project -s dev rgies/symfony [my-project-folder]
Type in the following command to install LTS V2.3 Symfony version:
php composer.phar create-project rgies/symfony [my-project-folder] "2.3.x-dev"
Setup
Finish the composer install process an setup the application configuration.
Call the web interface and create a new bundle:
http://localhost/.../app_dev.php
!! Please note the web interface only works at localhost !!
Start Work
Now you can login and start to work on your website. :-)
Note: Default login credentials are (admin/admin).
!! If you use the Website Template without user management you can generate new passwords for the security.yml in the RAD Cockpit options menue !!
All versions of symfony with dependencies
symfony/symfony Version ~2.4
doctrine/orm Version ~2.2,>=2.2.3
doctrine/doctrine-bundle Version ~1.2
twig/extensions Version ~1.0
symfony/assetic-bundle Version ~2.3
symfony/swiftmailer-bundle Version ~2.3
symfony/monolog-bundle Version ~2.4
sensio/distribution-bundle Version ~2.3
sensio/framework-extra-bundle Version ~3.0
sensio/generator-bundle Version ~2.3
incenteev/composer-parameter-handler Version ~2.0
rgies/gui-bundle Version dev-master