Monday, February 14, 2011

First step

In this tutorial we understand about the file structure of our web app.

Before that
    1.obtain a new copy of symfony framework from here.
    2.make a new folder inside your server and named as "webapp".
    3.create a folder structure like below:
                 
www/ <- your web root directory
    webapp/ 
        app/
            cache/
            config/
            logs/
        src/
            webapps/
                HelloBundle/
                    Controller/
                    Resources/
        vendor/
                   
            
        web/
 
      4. place your unarchived symfony inside the vendor folder.
 
 

1 comment:

  1. Good post...but is the only i've seen that use this method...this is correct?are you sure that this method is related with the concept of BUNDLE that is propose by Symfony2?...Thanks

    ReplyDelete