Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/975l/userfilesbundle

Simply add a layer over FOSUserBundle for navigating files
https://github.com/975l/userfilesbundle

fosuserbundle symfony symfony-bundle

Last synced: about 2 months ago
JSON representation

Simply add a layer over FOSUserBundle for navigating files

Awesome Lists containing this project

README

        

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
===================

Step 1: Download the Bundle
---------------------------
Use [Composer](https://getcomposer.org) to install the library
```bash
composer require c975l/user-files-bundle
```

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:

```php