Skip to content

Tags: Ashrafdev/laravel-translation-manager

Tags

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

v0.5.2

Toggle v0.5.2's commit message
Update Manager.php (barryvdh#295)

Using strings that contain `/`weren't being processed due to this regex. Using sub-directories will force us to review the regex in the future.

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Manager.php

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

v0.4.2

Toggle v0.4.2's commit message

v0.4.1

Toggle v0.4.1's commit message
Renaming the fire() functions to handle() since it's what Laravel 5.5…

… expects. (barryvdh#210)

v0.4.0

Toggle v0.4.0's commit message
Update composer.json

v0.3.0

Toggle v0.3.0's commit message
Update composer.json

v0.2.9

Toggle v0.2.9's commit message
Support Auto-Discovery (barryvdh#202)

v0.2.8

Toggle v0.2.8's commit message
Namespace \DB added to Translation Model (barryvdh#183)