symfony-check.org - Symfony deployment Cheat Sheet

Description: Check if your symfony application is ready for deployment, with a fancy todo list

check (1008) symfony (429) deployment (164) cheat sheet (34)

Example domain paragraphs

For your comfort, turn it on and refresh the page.

When the URL entered by the user doesn't match any route or when an sfError404Exception occurs, symfony tries to access to the default/error404 action.

To customize the "Oops! Page Not Found" page, add the executeError404() method in apps/frontend/modules/default/actions/actions.class.php :