abdodeve/clear-table

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

1.0.1 2019-06-21 10:51 UTC

This package is auto-updated.

Last update: 2024-04-21 21:48:21 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).