rgies / symfony
Special Symfony2 Distribution
Installs: 257
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 2
Open Issues: 0
Language:JavaScript
Type:symfony-distribution
Requires
- php: >=5.3.3
- doctrine/doctrine-bundle: ~1.2
- doctrine/orm: ~2.2,>=2.2.3
- incenteev/composer-parameter-handler: ~2.0
- rgies/gui-bundle: dev-master
- sensio/distribution-bundle: ~2.3
- sensio/framework-extra-bundle: ~3.0
- sensio/generator-bundle: ~2.3
- symfony/assetic-bundle: ~2.3
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: ~2.4
- twig/extensions: ~1.0
This package is auto-updated.
Last update: 2025-03-14 21:04:12 UTC
README
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 !!