laravel-sqlite-disable-drop-foreign maintained by esign
Description
Prevents dropForeign method from being called on sqlite databases
Author
Last update
2020/07/28 14:40
(dev-master)
License
Downloads
36
Laravel SQLite Disable Drop Foreign
Prevents dropForeign method from being called on sqlite databases
Installation
You can install the package via composer:
composer require esign/laravel-sqlite-disable-drop-foreign
Usage
If you want to define the database connections on which the dropForeign method should be skipped, you could publish the config file:
php artisan vendor:publish --provider="Esign\\SQLiteDisableDropForeign\\SQLiteDisableDropForeignServiceProvider"