aropixel / admin-bundle
Admin Aropixel
Package info
github.com/aropixel/admin-bundle
Language:JavaScript
Type:symfony-bundle
pkg:composer/aropixel/admin-bundle
Requires
- ext-intl: *
- doctrine/doctrine-bundle: ^2.13 || ^3.0
- league/flysystem-bundle: ^3
- liip/imagine-bundle: ^2.10
- stof/doctrine-extensions-bundle: ^1.7
- symfony/asset: ^7.0 || ^8.0
- symfony/flex: ^1|^2
- symfony/form: ^7.0 || ^8.0
- symfony/framework-bundle: ^7.0 || ^8.0
- symfony/mailer: ^7.0 || ^8.0
- symfony/orm-pack: 2.4.1|2.5.0
- symfony/security-bundle: ^7.0 || ^8.0
- symfony/serializer: ^7.0 || ^8.0
- symfony/stimulus-bundle: ^2.32
- symfony/string: ^7.0 || ^8.0
- symfony/translation: ^7.0 || ^8.0
- symfony/validator: ^7.0 || ^8.0
- twig/extra-bundle: ^2.12|^3.0
- twig/intl-extra: ^2.12|^3.0
- twig/twig: ^2.12|^3.0
- dev-main
- v3.0.0-alpha1
- v1.4.1
- v1.4.0
- v1.3.10
- v1.3.9
- v1.3.8
- v1.3.7
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.54
- v1.2.53
- v1.2.52
- v1.2.51
- v1.2.50
- v1.2.49
- v1.2.48
- v1.2.47
- v1.2.46
- v1.2.45
- v1.2.44
- v1.2.43
- v1.2.42
- v1.2.41
- v1.2.40
- v1.2.39
- v1.2.38
- v1.2.37
- v1.2.36
- v1.2.35
- v1.2.34
- v1.2.33
- v1.2.32
- v1.2.31
- 1.2.30
- v1.2.29
- v1.2.28
- v1.2.27
- v1.2.26
- v1.2.25
- v1.2.24
- v1.2.23
- v1.2.22
- v1.2.21
- v1.2.20
- v1.2.19
- v1.2.18
- v1.2.17
- v1.2.16
- v1.2.15
- v1.2.14
- v1.2.13
- 1.2.12
- v1.2.11
- v1.2.10
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.1.16
- v0.1.15
- v0.1.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-release/finalversion
- dev-release/symfony7
- dev-release/v3.0.0
- dev-master
- dev-feature/v3/boostrap
This package is auto-updated.
Last update: 2026-04-18 17:48:07 UTC
README
Presentation
The AropixelAdminBundle is a developer-friendly streamlined administration framework for Symfony applications. It is a designed to provide essential tools and a solid foundation without getting in the developer's way. It provides the framework and tools to build an admin interface quickly while ensuring you retain full control over your code.
As a facilitator, it helps automate repetitive CRUD tasks through a custom make:crud generator that starts from your own FormType.
Our suite of tools consists of several modules, each dedicated to specific aspects of website administration:
-
AdminBundle: Facilitates the publication and management of news, with advanced features such as publication scheduling and category management.
-
BlogBundle: Allows the construction of a custom administration interface tailored to the specific needs of the project. It also enables user management and adjustment of permissions according to defined profiles.
-
PageBundle: Offers the ability to intuitively create, modify, move, or delete pages and subpages, allowing for an evolving site structure.
-
MenuBundle: Provides a comprehensive system for managing website navigation menus, including nested structures and different locations (header, footer, etc.).
[NOTE]
AropixelAdminBundle is optimized to work with Symfony 6/7 and PHP 8.2 and above.
Using it with earlier versions is highly likely to cause errors or incompatibilities.
Key Features
- Easy Installation and Configuration:
Seamless Integration: Easily integrates with Symfony projects, ensuring a smooth setup process.
Pre-configured Settings: Out-of-the-box settings that can be customized to fit specific project requirements.
- User Management:
Admin User CRUD: Full create, read, update, and delete functionality for managing admin users.
Role-Based Access Control: Define and manage user roles and permissions to restrict access to specific sections of the admin panel.
- Content Management:
News Management: Customizable administration interface for managing blog posts, news, and categories. Customizable administration interface for managing blog posts, comments, and categories
- Page Management:
Intuitive Page Editor: Create, modify, move, and delete pages and subpages with a simple interface.
- Menu Management:
Header and Footer Management: Easily manage and organize the site’s navigation menus, including headers and footers.
Dynamic Menu Links: Add, edit, and rearrange menu links to reflect the site’s structure and content priorities.
- Extensibility:
Modular Architecture: Each feature is encapsulated in a module, making it easy to extend or replace functionality.
Customizable Workflows: Tailor the admin interface and workflows to meet the specific needs of different projects.
- Miscellaneous:
Multi-language Support: Easily add multiple languages to the admin panel to cater to a global audience.