esign / laravel-sqlite-disable-drop-foreign
Prevents dropForeign method from being called on sqlite databases
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
pkg:composer/esign/laravel-sqlite-disable-drop-foreign
This package is auto-updated.
Last update: 2025-10-06 05:32:48 UTC
README
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"