Commit Graph

17 Commits (7a96cd2e915290226de9bdbaee874c85bec32c71)

Author SHA1 Message Date
Your Name 5041e18050 fix: resolve PDO::MYSQL_ATTR_SSL_CA deprecation on PHP 8.5
Use Pdo\Mysql::ATTR_SSL_CA when available (PHP 8.5+), falling back to
the legacy PDO::MYSQL_ATTR_SSL_CA constant for older PHP versions.
This eliminates the deprecation warning during Docker builds and runtime.
1 month ago
Shlee 1d67f43d26
Update database.php 11 months ago
Daniel Supernault 5c426dc026
Update session config 2 years ago
Daniel Supernault 9b8e7ff628
Add mariadb database driver 2 years ago
Daniel Supernault 10b6598049
Update database config, add sticky flag https://laravel.com/docs/9.x/database#the-sticky-option 4 years ago
Daniel Supernault 936f1e7a9b
Update database config, use single transaction and skip lock tables for mysql dump 4 years ago
Daniel Supernault cb2e0fee3a
Revert default redis driver back to predis for now 4 years ago
Shlee 1e37fe7480
Update database.php 4 years ago
Daniel Supernault 2ab032599c
Update db config 5 years ago
Daniel Supernault 60554c24b0
Revert database change 6 years ago
trwnh aa99784fed
change default client to phpredis 6 years ago
Daniel Supernault a7c30388d8
Update config 7 years ago
trwnh 9a0a497ced
Update database.php 7 years ago
Daniel Supernault ad122aa876
Update database config, dont run mysql in strict mode 8 years ago
Daniel Supernault 6995872e31
Update database config, fixes #477 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault a034358c98 Add Laravel Framework 9 years ago