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

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.
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