Download the PHP package meuhmeuhconcept/fos-user-bundle without Composer
On this page you can find all versions of the php package meuhmeuhconcept/fos-user-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download meuhmeuhconcept/fos-user-bundle
More information about meuhmeuhconcept/fos-user-bundle
Files in meuhmeuhconcept/fos-user-bundle
Package fos-user-bundle
Short Description FosUserBundle implementation for MeuhMeuhConcept
License proprietary
Informations about the package fos-user-bundle
MeuhMeuhConcept FOS UserBundle
Implementation of FosUserBundle for MeuhMeuhConcept
Installation
Add the repository in composer.json
Via composer
Installs bundles web assets under a public web directory
Configuration
Add bundles
In app/AppKernel.php, add following lines
Create your own user entity
Add fos user configuration and twig layout :
If you need a designed layout, you should use the default layout :
Add fos user security configuration :
Add fos user route :
Customization
If you need to change the logout path ('/logout' by default), you should edit the twig global 'mmc_fos_user_bundle_logout_path'. For example, if I need '/admin/logout' for logout path :
By default, the admin title prefix, in the login page, is 'MMC'. You can change it with the twig global :
And change the path in security.yml :
Use with MMC/SonataAdminBundle
If you use the bundle MMCSonataAdminBudnle and you need to use the admin of users you can enable it like this:
By default, the admin is place under sonata.admin.group.administration
, you can change it like this :
If you override the configuration on sonata_admin.dashboard.groups
, the previous configuration is useless because it will be overwritten.
You should add the service id mmc_fos_user_bundle.sonata_admin.user
in the items list :
Don't forget to give access for your admin user with roel
Create a custom block
If you need to add a new custom block, you should :
All versions of fos-user-bundle with dependencies
doctrine/orm Version ^2.5
friendsofsymfony/user-bundle Version ^2.0|^3.0
symfony/config Version ~3.4.38|~4.0|~5.0
symfony/dependency-injection Version ~3.4.38|~4.0|~5.0
symfony/doctrine-bridge Version ~3.4.38|~4.0|~5.0
symfony/event-dispatcher Version ~3.4.38|~4.0|~5.0
symfony/http-foundation Version ~3.4.38|~4.0|~5.0
symfony/http-kernel Version ~3.4.38|~4.0|~5.0
symfony/routing Version ~3.4.38|~4.0|~5.0
symfony/framework-bundle Version ~3.4.38|~4.0|~5.0
symfony/cache Version ~3.4.38|~4.0|~5.0
symfony/security-bundle Version ~3.4.38|~4.0|~5.0
symfony/security Version ~3.4.38|~4.0|~5.0