esign/laravel-sqlite-disable-drop-foreign

Prevents dropForeign method from being called on sqlite databases

Downloads

29

Stars

1

Version

1.0.0

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"