0

In the documentation is clearly explained how to run the built-in server to run a Symfony App.

Ok, all works well and i'm very happy, but:

How can i run a Symfony App without using the server but simply something like http://localhost/path/to/symfonyApp/web/app.php?

Here the documentation: http://symfony.com/doc/current/cookbook/web_server/built_in.html

1
  • 1
    you will save your self alot of time and headache if you use built in server Commented Jan 27, 2015 at 6:15

3 Answers 3

2

Maybe something like this could help: Install Symfony 2 with wamp

Sign up to request clarification or add additional context in comments.

Comments

1

This is also explained in docs: Configuring a Web Server

Comments

0

It's not too hard, if you're running a local server (Apache/wamp) and have PHP configured to it already. If you're on a windows machine you'll want to run it with a nice linux-esque terminal like Cygwin. You'll also want to have Composer to automate a lot of your Symfony tasks.

Then just download Symfony and put it in your web facing folder (htdocs, www, whatever you call it) and configure it according to what you need.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.