Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 10 #2

Merged
merged 6,913 commits into from
Jul 20, 2023
Merged

Laravel 10 #2

merged 6,913 commits into from
Jul 20, 2023

Conversation

Jchedev
Copy link
Collaborator

@Jchedev Jchedev commented Jul 20, 2023

No description provided.

driesvints and others added 30 commits February 8, 2022 13:28
* Create update-changelog.md

* Update .gitattributes

* Rename update-changelog.md to update-changelog.yml
* Adds Laravel `v9.x` to changelog

* Update CHANGELOG.md

Co-authored-by: Taylor Otwell <taylor@laravel.com>
`lf` EOL is defined in `.editorconfig` but missed in `.gitattributes`, so here is the fix.
This little fix helps keep the EOL consistent across the project and ensures it doesn't get messed up by GitHub Desktop or any other GIT client.
[9.x] Improve typing on user factory
Align min PHP version with docs
* follow up of #5791

* Update app.php

Co-authored-by: Dries Vints <dries@vints.io>
* Prep Laravel 10

* Update composer.json

* Update Kernel.php

* Update composer.json

* Update composer.json
* Fix lang alphabetical order

* Update pagination.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
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"
* Update sanctum config file

* Update composer.json

Co-authored-by: suyaqi <suyaqi@wy.net>
Co-authored-by: Dries Vints <dries@vints.io>
taylorotwell and others added 29 commits April 15, 2023 16:53
* remove rate limiter from route provider by default

* remove policy place holder

* remove broadcast skeleton in favor of new provider in core

* use default provider collection

* Remove unnecessary properties from exception handler.

* add back broadcast provider

* update comment

* add rate limiting

* Apply fixes from StyleCI

* fix formatting

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
"Set z-index to 10 for Login/Register container to ensure it appears on top of other elements"
* Add `hashed` cast to user password

* Update composer.json
The values specified for `suffix` are their respective defaults and can be omitted.
…l-10

# Conflicts:
#	.github/workflows/tests.yml
#	.github/workflows/update-changelog.yml
@Jchedev Jchedev merged commit 9591761 into master Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.