abdodeve / clear-table
Clean any table by deleting all rows with a simple artisan commande
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/abdodeve/clear-table
Requires
- php: ^7.0
This package is auto-updated.
Last update: 2025-11-22 01:45:59 UTC
README
Clean any table by deleting all rows with a simple artisan commande
Here's a demo of how you can use it:
php artisan table:delete table_name
table_name: is the table name in the database can be whatever
Installation
You can install the package via composer:
composer require abdodeve/laravel-cleartable
The package will automatically register itself.
Contributing
Please see feel free to any contribution .
License
The MIT License (MIT).