https://github.com/leapt/admin-bundle
https://github.com/leapt/admin-bundle
bundle php symfony symfony-bundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leapt/admin-bundle
- Owner: leapt
- Created: 2015-08-28T15:08:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T12:25:39.000Z (over 8 years ago)
- Last Synced: 2025-10-09T17:12:05.969Z (9 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Size: 17.5 MB
- Stars: 0
- Watchers: 1
- 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 more
Documentation
-------------
[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.