Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Admin Bundle Laravel Package

boshurik/admin-bundle

Symfony admin bundle inspired by standard CRUD generators. Install via Composer, register the bundle, and mount routes under /admin. Includes frontend build workflow (npm/bower/gulp); administrator entity and security setup are TBD.

View on GitHub
Deep Wiki
Context7

AdminBundle

Inspired by standard crud generator

Installation

Composer

$ composer require boshurik/admin-bundle

Register the bundle

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new BoShurik\AdminBundle\BoShurikAdminBundle(),
    );
    // ...
}

Add routes to app/config/routing.yml

    BoShurikAdminBundle:
        resource: "@BoShurikAdminBundle/Resources/config/routing.yml"
        prefix:   /admin

Add administrator entity, form type and form filter classes

TBD

Add security configuration

TBD

Development

  • npm install
  • bower install
  • gulp build

or just

  • npm install && bower install && gulp build
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
directorytree/privacy-filter-classifier
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi