dick / menumanager
Add/edit/delete/reorder/nest menu items interface for Laravel's Dick Admin.
Installs: 2 887
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 1
Requires
- php: >=5.3.0
- dick/crud: >=0.7.6
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is auto-updated.
Last update: 2019-02-20 19:26:39 UTC
README
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.