zanemmm/laravel-admin-config

Config extension for laravel-admin

dev-master 2018-01-31 10:40 UTC

This package is not auto-updated.

Last update: 2024-05-15 01:17:12 UTC


README

Inspired by https://github.com/laravel-admin-extensions/config.

Documentation | 中文文档

Feature Custom Resource Route

Open config/admin.php , add your resource route

    'extensions' => [
        'config' => [
            'name' => 'admin-config',
            'controller' => 'App\Admin\Controllers\ConfigController',
        ]
    ]

Licensed under The MIT License (MIT).