dick/menumanager

This package is abandoned and no longer maintained. The author suggests using the Backpack/MenuCRUD package instead.

Add/edit/delete/reorder/nest menu items interface for Laravel's Dick Admin.

1.0.2 2015-09-11 08:00 UTC

This package is auto-updated.

Last update: 2019-02-20 19:26:39 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Add/edit/delete/reorder/nest menu items interface for Laravel's Dick Admin.

THERE ARE BETTER THINGS THAN DICK The Dick project is no longer actively maintained. For important projects please use the new version: Laravel Backpack.

Install

Via Composer

Step 1. Install via Composer

$ composer require dick/menumanager

Step 2. Add the service provider

In your config/app.php, add this to the providers array:

'Dick\MenuManager\MenuManagerServiceProvider',

Step 3. Run the migration

$ php artisan migrate --path=vendor/dick/menumanager/src/database/migrations

Usage

Add a menu element for it in your config/admin.php file:

[
    'label' => "Menu Items",
    'route' => 'admin/menu-item',
    'icon' => 'fa fa-bars',
],

Or just try at your-project-domain/admin/menu-item

Screenshots

See http://usedick.com for screenshots, more information and documentation.

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

// TODO

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hello@tabacitu.ro instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.