定制 rasel9w9/dynamic-table-updater 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: Unknown
  • 更新时间: 2024-02-12