Download the PHP package aropixel/admin-bundle without Composer
On this page you can find all versions of the php package aropixel/admin-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aropixel/admin-bundle
More information about aropixel/admin-bundle
Files in aropixel/admin-bundle
Download aropixel/admin-bundle
More information about aropixel/admin-bundle
Files in aropixel/admin-bundle
Vendor aropixel
Package admin-bundle
Short Description Admin Aropixel
License MIT
Package admin-bundle
Short Description Admin Aropixel
License MIT
Keywords aropixel admin bundle
Please rate this library. Is it a good library?
Informations about the package admin-bundle
Aropixel Admin Bundle
Aropixel Admin Bundle is a bootstrap admin bundle for your Symfony 4 projects. It provides a minimalist admin system with: login, logout, admin users crud, admin menu management.
You can plug compatible bundles to manage:
- blog content
- pages of your website
- menus of your website
- store and send incoming contacts of your website
Table of contents
- Quick start
- License
Quick start
- Create your symfony 4 project
- Require Aropixel Admin Bundle :
composer require aropixel/admin-bundle
- If you get a "knplabs/knp-paginator-bundle" error, downgrade twig to version 2:
composer require twig/twig ^2.0
and re-install the AdminBundle - Apply migrations
- Create a "aropixel.yaml" file in config folder and configure according to you need: `
- Configure the security.yaml: `
- Include the routes: `
-
Create your first admin access : php bin/console aropixel:admin:setup
- Add the ConfigureMenuListener class in App Folder and register it as service
License
Aropixel Admin Bundle is under the MIT License
All versions of admin-bundle with dependencies
PHP Build Version
Package Version
Requires
friendsofsymfony/jsrouting-bundle Version
^2.3
knplabs/knp-menu-bundle Version ^3.0
knplabs/knp-paginator-bundle Version ^5.0
liip/imagine-bundle Version ^2.1
stof/doctrine-extensions-bundle Version ^1.6
symfony/mailer Version ^4.4|^5.0
symfony/framework-bundle Version ^4.4|^5.0
twig/extra-bundle Version ^2.12|^3.0
twig/twig Version ^2.12|^3.0
twig/intl-extra Version ^2.12|^3.0
doctrine/orm Version ^2.9
knplabs/doctrine-behaviors Version ^2.1
a2lix/translation-form-bundle Version ^3.0
knplabs/knp-menu-bundle Version ^3.0
knplabs/knp-paginator-bundle Version ^5.0
liip/imagine-bundle Version ^2.1
stof/doctrine-extensions-bundle Version ^1.6
symfony/mailer Version ^4.4|^5.0
symfony/framework-bundle Version ^4.4|^5.0
twig/extra-bundle Version ^2.12|^3.0
twig/twig Version ^2.12|^3.0
twig/intl-extra Version ^2.12|^3.0
doctrine/orm Version ^2.9
knplabs/doctrine-behaviors Version ^2.1
a2lix/translation-form-bundle Version ^3.0
The package aropixel/admin-bundle contains the following files
Loading the files please wait ....