Skip to content

Tags: karacweb/laravel-translation-loader

Tags

2.7.4

Toggle 2.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent unnecessary query call when model exists (spatie#143)

2.7.3

Toggle 2.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not hardcode table name as it can be changed in config (spatie#142)

* Do not hardcode table name as it can be changed in config

* Only if model is actually extending Eloquent

* We need to define existing and migrated table name

* Late coding means typos.

* Oh, we need PHP 7 support then.

2.7.2

Toggle 2.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update TranslationLoaderManager.php (spatie#141)

* Update TranslationLoaderManager.php

Avoid loading translation from the DB when the table does not yet exist.

* Update TranslationLoaderManager.php

2.7.1

Toggle 2.7.1's commit message
wip

2.7.0

Toggle 2.7.0's commit message
drop support for laravel 5.8

2.6.3

Toggle 2.6.3's commit message

Verified

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

2.6.2

Toggle 2.6.2's commit message
Fix styling

2.6.1

Toggle 2.6.1's commit message

Verified

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

2.6.0

Toggle 2.6.0's commit message
Fix changelog

2.5.0

Toggle 2.5.0's commit message
Exclude bad combos