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

admin-panel/admin-bundle

Admin Bundle is a simple Symfony admin generator for building entity lists and custom actions. Supports Doctrine ORM and Doctrine DBAL. Versioned by Symfony branch (2.7+ and 3.x), with documentation in the doc/ directory.

View on GitHub
Deep Wiki
Context7

Installation

1. Install package using composer

composer require admin-panel/admin-bundle:dev-master

2. Register bundle

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new \AdminPanel\Symfony\AdminBundle\AdminPanelBundle()
    ];

    return $bundles;
}

3. Import routing

# app/config/routing.yml

admin:
    resource: "[@AdminPanelBundle](https://github.com/AdminPanelBundle)/Resources/config/routing/admin.yml"
    prefix: /admin

4. Enable required framework option

You have to enable translation, form and csrf_protection framework options.

# app/config/config.yml

framework:
    translator:      { fallback: %locale% }
    form: true
    csrf_protection:
        enable: true
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.
yandex/translate-api
voku/simple_html_dom
league/flysystem-vfs
bkwld/upchuck
filament/spatie-laravel-tags-plugin
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
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