FOSUserBundle Custom Template Setup - MiguelFieira/AMO-HANDBOEK GitHub Wiki
Symfony is a PHP framework for web applications and a set of reusable PHP components. Symfony is used by thousands of web applications (including BlaBlaCar.com and Spotify.com) and most of the popular PHP projects (including Drupal and Magento).
Make sure you have finished the FOS User Bundle Setup before continuing!!!
- Navigate to "templates/" and add a new folder called "bundles" ("Make sure everything is spelled correctly!").
- Navigate to "vendor/friendsofsymfony/user-bundle/Resources/" and copy the folder views.
- Now paste views in the new bundles folder "templates/bundles.
// Result
- Now rename "views" to ""FOSUserBundle" in "templates/bundles.
// Result
- Now you can start editing your FOSUserBundle pages 👍
Login Snippet
Register Snippet
Reset Snippet



