2017 © Pedro Peláez
 

symfony-distribution symfony

Special Symfony2 Distribution

image

rgies/symfony

Special Symfony2 Distribution

  • Saturday, June 17, 2017
  • by rgies
  • Repository
  • 1 Watchers
  • 7 Stars
  • 233 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Symfony 2 - Rapid Development Framework

Symfony 2 Rapid-Development-Framework with Twitter Bootstrap3, jQuery and GUI Bundle (Generator UI)., (*1)

, (*2)

Install

Download and install Composer. Then start the command line and navigate to your web root folder., (*3)

Type in the following command to install latest version:, (*4)

php composer.phar create-project -s dev rgies/symfony [my-project-folder]

Type in the following command to install LTS V2.3 Symfony version:, (*5)

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., (*6)

Call the web interface and create a new bundle:, (*7)

http://localhost/.../app_dev.php

!! Please note the web interface only works at localhost !!, (*8)

Start Work

Now you can login and start to work on your website. :-), (*9)

Note: Default login credentials are (admin/admin)., (*10)

!! If you use the Website Template without user management you can generate new passwords for the security.yml in the RAD Cockpit options menue !!, (*11)

The Versions