A symfony tip: Rename a symfony Application

Fabien Potencier

November 05, 2007

Renaming a symfony application is quite simple.

Here are the steps to follow to rename a fo symfony application to frontend:

You're done. The old fo app name is now frontend.

If you use the symfony sync task to deploy your project, check that your development front controllers are not deployed. This is the case if you have a recent default rsync_exclude.txt file:

.svn
/web/uploads/*
/cache/*
/log/*
/web/*_dev.php # <<-- All dev front controllers won't be deployed