Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/975l/userfilesbundle
- Owner: 975L
- License: mit
- Archived: true
- Created: 2017-06-21T23:15:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T16:21:32.000Z (over 6 years ago)
- Last Synced: 2024-09-29T17:23:05.682Z (about 2 months ago)
- Topics: fosuserbundle, symfony, symfony-bundle
- Language: PHP
- Homepage: https://975l.com/en/pages/user-files-bundle
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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