zanemmm / laravel-admin-config
Config extension for laravel-admin
dev-master
2018-01-31 10:40 UTC
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-05-14 06:03:03 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).