rasel9w9 / dynamic-table-updater
This is For Make Dynamic Table Update
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Type:laravel-package
Requires
- php: >=7.4
- illuminate/support: >=6.0
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