Download the PHP package exolnet/laravel-sqlite-fluent-drop-foreign without Composer
On this page you can find all versions of the php package exolnet/laravel-sqlite-fluent-drop-foreign. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download exolnet/laravel-sqlite-fluent-drop-foreign
More information about exolnet/laravel-sqlite-fluent-drop-foreign
Files in exolnet/laravel-sqlite-fluent-drop-foreign
Package laravel-sqlite-fluent-drop-foreign
Short Description Add a fluent dropForeign when using sqlite database
License MIT
Homepage https://github.com/eXolnet/laravel-sqlite-fluent-drop-foreign
Informations about the package laravel-sqlite-fluent-drop-foreign
laravel-sqlite-fluent-drop-foreign
Make dropForeign fluent when using an SQLite database.
Installation
Require this package with composer:
If you don't use package auto-discovery, add the service provider to the providers
array in config/app.php
:
Usage
After the package is installed, all the call to dropForeign
on a sqlite
connection will return a new Fluent()
in
order to avoid getting the SQLite doesn't support dropping foreign keys (you would need to re-create the table).
error.
Testing
To run the phpUnit tests, please use:
Contributing
Please see CODE OF CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Simon Gaudreau
- All Contributors
License
Copyright © eXolnet. All rights reserved.
This code is licensed under the MIT license. Please see the license file for more information.
All versions of laravel-sqlite-fluent-drop-foreign with dependencies
illuminate/database Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.0