Skip to content

Tags: mpyw/laravel-mysql-system-variable-manager

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: 🤖 Bump version (#16)

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
mpyw mpyw
chore: 🤖 Support Laravel 11 in advance and skip larastan on CI

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mpyw mpyw
chore: 🤖 Drop support for stale versions

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for Laravel 10 (#15)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: 🎸 Improve code quality and support PHPStan (#14)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump versions for Laravel 8.x (#11)

* Bump versions for Laravel 8.x

* Fix: Omit version

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mpyw mpyw
Release v1.0.0

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Use returned value of usingSystemVariables() (#7)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feat+Refactor: Introduce "Replacement" Feature (#6)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor using other packages (#3)

- Abandon Laravel 5.6 and 5.7
- Add dependencies
  - [mpyw/unclosure: Closure unwrapper especially suited for Laravel PDO.](https://github.com/mpyw/unclosure)
  - [mpyw/laravel-pdo-emulation-control: Temporarily enable/disable PDO prepared statement emulation](https://github.com/mpyw/laravel-pdo-emulation-control)
  - Remove `PdoDecorator` and introduce some new classes