Skip to content

Tags: MRRazvi/laravel

Tags

v9.1.0

Toggle v9.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace Laravel CORS package (laravel#5825)

v9.0.1

Toggle v9.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add underscore to prefix in database cache key (laravel#5817)

For Redis caching prefix with underscore : 
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),

but when cache stored in database, then the key is created "merged" with prefix, by this line:  'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'), for example, if "key" is a key for cache, then the result is: "laravel_cachekey", not a preferable "laravel_cache_key"

v9.0.0

Toggle v9.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
Update CHANGELOG.md

v8.6.11

Toggle v8.6.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[8.x] Auto update changelog file with a new release (laravel#5801)

* Create update-changelog.md

* Update .gitattributes

* Rename update-changelog.md to update-changelog.yml

v8.6.10

Toggle v8.6.10's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
Update CHANGELOG.md

v8.6.9

Toggle v8.6.9's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
Update CHANGELOG.md

v8.6.8

Toggle v8.6.8's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
Update CHANGELOG.md

v8.6.7

Toggle v8.6.7's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
Update CHANGELOG.md

v8.6.6

Toggle v8.6.6's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
Update CHANGELOG.md

v8.6.5

Toggle v8.6.5's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
Update CHANGELOG.md