If you are developing a Symfony application on your local machine by default you will get a localhost URL like: Which is a bit bad looking because the actual front facing application of Symfony is in app-root/public directory. You can make it look like http://symfony-test-app.com depending on your application name just by editing 2 files.Continue reading “Setting up VirtualHost for Symfony Application on Ubuntu”
Category Archives: Linux
This is how I make my Development Environment Ready!
Each Time I start with a fresh Linux Ubuntu distro I faced a lot of software installation and configuration is repeating because you know we software engineers are preferred to use only those applications which is we are used to. That’s why to get my machine fully armed from a fresh start for web applicationContinue reading “This is how I make my Development Environment Ready!”