rasel9w9/dynamic-table-updater
最新稳定版本:1.1
Composer 安装命令:
composer require rasel9w9/dynamic-table-updater
包简介
This is For Make Dynamic Table Update
README 文档
README
Easily Update data using . This package has been tested since Laravel 10.
Installation
Run this composer command in your laravel application:
support mysql and oracle database 18c
composer require rasel9w9/dynamic-table-updater:^1.1
To start using Laravel, add the Service Provider and the Facade to your config/app.php:
Note: This package supports auto-discovery features of Laravel 5.5+, You only need to manually add the service provider and alias if working on Laravel version lower then 5.5.
'providers' => [ // ... rasel9w9\DynamicTableUpdater\DynamicTableUpdateServiceProvider::class, ]
Basic Usage
To use Dynamic table updater. firstly clear route and config cache.
//to Clear cache of Route
php artisan config:clear
php artisan route:clear
go to the url for dynamic table update
url: your-root-url/rasel9w9/table-list
routename: rasel9w9.tableList
统计信息
- 总下载量: 54
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-02-12