Looking to hire Laravel developers? Try LaraJobs

laravel-sqlite-disable-drop-foreign maintained by esign

Description
Prevents dropForeign method from being called on sqlite databases
Last update
2020/07/28 14:40 (dev-master)
License
Links
Downloads
36

Comments
comments powered by Disqus

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"