LaravelPackages.net
Acme Inc.
Toggle sidebar
abdodeve/clear-table

Clean any table by deleting all rows with a simple artisan commande

5
3
1.0.1
About abdodeve/clear-table

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

Clear tables with simple command

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).

Star History Chart