Libraries tagged by drop database
abhijitghogre/laravel-db-clear-command
11982 Downloads
Laravel artisan command to drop all database tables and rerun the migrations.
mayconbordin/l5-db-commands
1008 Downloads
A set of commands to create/drop/dump/restore databases on Laravel 5
deerdama/laravel-mongo-helper
1490 Downloads
Artisan command to handle mongo collections (list collections, delete, download, import data, etc..)
craftblue/simple-sql
26 Downloads
SimpleSql is a wrapper around PHP's PDO and is intended to be an easy to use drop-in for your projects. It abstracts away the atrocities of querying by using common methods while still giving you full control of your queries
claytonpulman/zebra_session_plus
133 Downloads
A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking - now with redis cache support
leinonen/yii2-eloquent
1823 Downloads
Drop in implementation of the Illuminate Database component for Yii2
mikefunk/db-drop-tables
1163 Downloads
A laravel command to drop all mysql database tables
neutronstars/doctrine-database-restore
8 Downloads
Command for drop and recreate the database and reload the migrations
optiwariindia/database
290 Downloads
A library to connect database and use basic activities in database like create,select,insert,update,delete and drop using predefined methods
esign/laravel-sqlite-disable-drop-foreign
36 Downloads
Prevents dropForeign method from being called on sqlite databases
dmitryrechkin/php-wp-database-adapter
6 Downloads
Drop-in replacement for wpdb class with SSL support
aseancode/dbcommands
225 Downloads
laravel command to create/drop database(MySQL)
ksarien/l5-db-commands
673 Downloads
A set of commands to create/drop/dump/restore databases on Laravel 5
mortimer/db-setup
25 Downloads
Laravel 4 package that adds the missing artisan commands db:setup, db:create, db:drop
mirkhamidov/yii2-console-dbextend
38 Downloads
It makes to drop all your tables from console. Use it with migration and Development environment.