open-gaia/admin-bundle

Admin bundle using beautiful sylius resource system

Installs: 238

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 1

Type:symfony-bundle

v1.2.9 2023-10-13 13:09 UTC

This package is auto-updated.

Last update: 2024-03-13 13:57:41 UTC


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];