PHPackages                             c975l/user-files-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. c975l/user-files-bundle

Abandoned → [c975l/user-bundle](/?search=c975l%2Fuser-bundle)ArchivedSymfony-bundle

c975l/user-files-bundle
=======================

Simply add a layer over FOSUserBundle for navigating files

v1.8(8y ago)198MITPHPPHP &gt;=5.5.9

Since Jul 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/975L/UserFilesBundle)[ Packagist](https://packagist.org/packages/c975l/user-files-bundle)[ Docs](https://github.com/975L/UserFilesBundle)[ RSS](/packages/c975l-user-files-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (15)Used By (0)

UserFilesBundle
===============

[](#userfilesbundle)

**THIS BUNDLE HAS BEEN SET READ-ONLY AND REPLACED BY [c975L/UserBundle](https://github.com/975L/UserBundle)**

UserFilesBundle does the following:

- Uses [FOSUserBundle](https://github.com/FriendsOfSymfony/FOSUserBundle) to store users in database,
- Provides supplementary files (templates, Controllers, etc.) to manage those users,
- Adds fields as firstname, lastname, avatar, etc.
- Displays a "challenge" for registration
- Allows the possibility to disable registration (for registering only one or more users)

[UserFiles Bundle dedicated web page](https://975l.com/en/pages/user-files-bundle).

Bundle installation
===================

[](#bundle-installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Use [Composer](https://getcomposer.org) to install the library

```
    composer require c975l/user-files-bundle
```

Step 2: Enable the Bundles
--------------------------

[](#step-2-enable-the-bundles)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
