Skip to content

rasel9w9/dynamic-table-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dynamic Table Update: Update Table Data With ease.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published