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.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware