zanemmm/laravel-admin-config

Config extension for laravel-admin

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/zanemmm/laravel-admin-config

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

This package is not auto-updated.

Last update: 2025-10-15 08:00:23 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).