mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
This enables the sqlite `foreign_key_constraints` option that was introduced with laravel/framework#26298 for all new installs. The env variable DB_FOREIGN_KEYS was added to make it easier to handle this in testing (e.g. via phpunit.xml).