Download the PHP package blubird/db-truncate without Composer
On this page you can find all versions of the php package blubird/db-truncate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blubird/db-truncate
More information about blubird/db-truncate
Files in blubird/db-truncate
Download blubird/db-truncate
More information about blubird/db-truncate
Files in blubird/db-truncate
Vendor blubird
Package db-truncate
Short Description Your can truncate all your tables in your database
License MIT
Package db-truncate
Short Description Your can truncate all your tables in your database
License MIT
Please rate this library. Is it a good library?
Informations about the package db-truncate
DB Truncate
This package is a simple way to truncate your database tables. Sometimes you need to truncate your database tables for testing purpose. This package will help you to truncate your database tables without running fresh migration. cause, re-running migration will take a lot of time. So, you might need to truncate your database tables.
You can also ignore some tables while truncating all the others. for example migrations
table.
Installation:
composer require blubird/db-truncate
Command
php artisan db:truncate
php artisan db:truncate --except=migrations,users
php artisan db:truncate --only=users,roles,permissions
All versions of db-truncate with dependencies
PHP Build Version
Package Version
Requires
doctrine/dbal Version
^3.1
The package blubird/db-truncate contains the following files
Loading the files please wait ....