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
Requires
- php: >=7.0.0
- encore/laravel-admin: 1.5.*
- laravel/framework: 5.5.*
Requires (Dev)
- laravel/laravel: 5.*
- phpunit/phpunit: ~6.0
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.
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).