open-gaia / admin-bundle
Admin bundle using beautiful sylius resource system
v1.2.10
2024-10-30 20:20 UTC
Requires
- php: ^8.0
- sylius/grid-bundle: ^1.11
- sylius/resource-bundle: ^1.9
- sylius/ui-bundle: ^1.11
- symfony/webpack-encore-bundle: ^1.14
README
This admin bundle use beautiful SyliusResourceBundle to manage easy CRUD and Webpack Encore to manage resources.
Configuration
imports:
- { resource: "@GaiaAdminBundle/Resources/config/config.yaml" }
Webpack Encore
Add workspace in your project "package.json" :
{
"workspaces": [
"./vendor/open-gaia/admin-bundle"
]
}
Add in your project "webpack.config.js" :
const Encore = require('@symfony/webpack-encore');
const adminConfig = require('./vendor/open-gaia/admin-bundle/webpack.config');
Encore.reset();
// config
module.exports = [Encore.getWebpackConfig(), config];