Clean any table by deleting all rows with a simple artisan commande
abdodeve/clear-table is a Laravel package for clean any table by deleting all rows with a simple artisan commande.
It currently has 3 GitHub stars and 5 downloads on Packagist (latest version 1.0.1).
Install it with composer require abdodeve/clear-table.
Discover more Laravel packages by abdodeve
or browse all Laravel packages to compare alternatives.
Last updated
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
You can install the package via composer:
composer require abdodeve/laravel-cleartable
The package will automatically register itself.
Please see feel free to any contribution .
The MIT License (MIT).