-
Notifications
You must be signed in to change notification settings - Fork 0
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
Laravel 10 #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
…5809) This reverts commit 207a23e.
* 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
This reverts commit efd49c6.
* 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>
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.