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).

Custom Template FOS User Bundle Setup

Make sure you have finished the FOS User Bundle Setup before continuing!!!

  1. Navigate to "templates/" and add a new folder called "bundles" ("Make sure everything is spelled correctly!").

Add Bundles

  1. Navigate to "vendor/friendsofsymfony/user-bundle/Resources/" and copy the folder views.

copy views

  1. Now paste views in the new bundles folder "templates/bundles.

paste view

// Result

  1. Now rename "views" to ""FOSUserBundle" in "templates/bundles.

paste view

// Result

  1. Now you can start editing your FOSUserBundle pages 👍

Optional (Coming Soon!!!)

Login Snippet

Register Snippet

Reset Snippet

⚠️ **GitHub.com Fallback** ⚠️