Download the PHP package admin-platform/admin-bundle without Composer
On this page you can find all versions of the php package admin-platform/admin-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download admin-platform/admin-bundle
More information about admin-platform/admin-bundle
Files in admin-platform/admin-bundle
Download admin-platform/admin-bundle
More information about admin-platform/admin-bundle
Files in admin-platform/admin-bundle
Vendor admin-platform
Package admin-bundle
Short Description Admin platform for Symfony projects.
License MIT
Package admin-bundle
Short Description Admin platform for Symfony projects.
License MIT
Please rate this library. Is it a good library?
Informations about the package admin-bundle
PlatformAdminBundle
This Bundle implement admin platform based on Sylius components.
Installation
Step 1. Install via Composer
Step 2. Add to AppKernel.php
class AppKernel extends Kernel
{
/**
* {@inheritdoc}
*/
public function registerBundles()
{
$bundles = [
// ...
new Platform\Bundle\AdminBundle\PlatformAdminBundle(),
// ...
];
}
}
All versions of admin-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
sylius/grid-bundle Version ^1.11
sylius/locale-bundle Version ^1.11
sylius/mailer-bundle Version ^1.6
sylius/resource-bundle Version ^1.9
sylius/ui-bundle Version ^1.11
sylius/user-bundle Version ^1.11
symfony/process Version ^5.4
liip/imagine-bundle Version ^2.7
sylius/grid-bundle Version ^1.11
sylius/locale-bundle Version ^1.11
sylius/mailer-bundle Version ^1.6
sylius/resource-bundle Version ^1.9
sylius/ui-bundle Version ^1.11
sylius/user-bundle Version ^1.11
symfony/process Version ^5.4
liip/imagine-bundle Version ^2.7
The package admin-platform/admin-bundle contains the following files
Loading the files please wait ....