Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leapt/admin-bundle
https://github.com/leapt/admin-bundle
bundle php symfony symfony-bundle
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leapt/admin-bundle
- Owner: leapt
- Created: 2015-08-28T15:08:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T12:25:39.000Z (over 6 years ago)
- Last Synced: 2024-04-26T02:04:18.544Z (7 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Size: 17.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: Security/UserManager.php
Awesome Lists containing this project
README
LeaptAdminBundle
================The LeaptAdminBundle provides backoffice capabilities for your Symfony2 application.
Features include:
- Basic CRUD capabilities
- A Datalist component
- Form type extensions (autocomplete, advanced file field, ...)
- Translation interface
- And much moreDocumentation
-------------[Read the Documentation for master](http://docs.snowcap.be/admin-bundle/)
Installation
------------All the installation instructions are located in [documentation](http://docs.snowcap.be/admin-bundle/).
License
-------This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
About
-----LeaptAdminBundle is a [Leapt](https://github.com/leapt) initiative.
It is based on a fork of the SnowcapAdminBundle: https://github.com/snowcap/SnowcapAdminBundle
Reporting an issue or a feature request
---------------------------------------Issues and feature requests are tracked in the [Github issue tracker](https://github.com/leapt/admin-bundle/issues).
When reporting a bug, it may be a good idea to reproduce it in a basic project
built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)
to allow developers of the bundle to reproduce the issue by simply cloning it
and following some steps.