forked from laravel/docs
-
Notifications
You must be signed in to change notification settings - Fork 82
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
測試合併 #505
Open
flamerecca
wants to merge
324
commits into
laravel-taiwan:11.x
Choose a base branch
from
laravel:11.x
base: 11.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
測試合併 #505
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
* add warning for reverb uri * Update reverb.md * Update reverb.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Document Str::chop* methods * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
* add `multiply` method to collection * Update collections.md * Update collections.md --------- Co-authored-by: Taylor Otwell <[email protected]>
Since Laravel Reverb is no longer in beta, we can remove the info message from the documentation.
…#9743) The `for` attribute is not allowed in JSX syntax and should be replaced with `htmlFor`
Updated cache lock
* Update helpers.md * Update helpers.md * Improve database support for JSON queries (#9744) * Precognition: Replace attribute `for` with `htmlFor` in React example (#9743) The `for` attribute is not allowed in JSX syntax and should be replaced with `htmlFor` * Update helpers.md * Update helpers.md * Update helpers.md --------- Co-authored-by: Jonas Staudenmeir <[email protected]> Co-authored-by: Anne Douwe Bouma <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
* Document Pennant's `before` hook * Update pennant.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Add docs for the `empty` preset * Update pint.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Explicitly document MariaDB support * Explicitly document MariaDB support
* Elaborate on Laravel installer's features * Update installation.md --------- Co-authored-by: Taylor Otwell <[email protected]>
Trivial typo change, added missing 'r'.
* Update errors directory in url generation docs * Use named arguments in `view` method
…ist (#9758) Move "Spatie Once Package" item to Medium Impact Changes according to the detail part: "Likelihood Of Impact: Medium"
This is in line with the Google HTML guide and with other files in the framework. https://google.github.io/styleguide/htmlcssguide.html#HTML_Validity
* Example of `assertSent` to email address * Update mail.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Add PHP 8.4 * Update PHP 8.4 in Sail
* Update contextual attributes example * Update container.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Add assertCount for filesystem doc * Update filesystem.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Clarify how schedule:work will handle sub-minute tasks. * Update scheduling.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Improve explanation of skipWhile and skipUntil * Fix spelling mistakes
* Add queued listener `backoff` docs * Update events.md * Update events.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Update deployment.md left double curly brace issue. * Update deployment.md Co-authored-by: Señor Henrik Nordquist <[email protected]> --------- Co-authored-by: Taylor Otwell <[email protected]> Co-authored-by: Señor Henrik Nordquist <[email protected]>
* Update billing.md to include new billing meters docs * formatting * formatting * Update billing.md * Update billing.md --------- Co-authored-by: Taylor Otwell <[email protected]>
…10057) * [11.x] pingOnSuccessIf and pingOnFailureIf -scheduling.md- PR:#53795 * Update scheduling.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Update telescope.md * Update telescope.md * Update telescope.md --------- Co-authored-by: Taylor Otwell <[email protected]>
Storage:link source and target directory for beginners
* Add missing steps for enabling Xdebug in Laravel Sail docs * formatting * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
change `Feature::for($user)->loadAll();` to `Feature::for($users)->loadAll();`
The documentation incorrectly suggests using ``:url="$payLink"`` with ``<x-paddle-button>``. However, this should be ``:checkout="$checkout"`` as per ``<x-paddle-button>`` component code source
* Move `toHtmlString()` to fluent strings * Update strings.md --------- Co-authored-by: Taylor Otwell <[email protected]>
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.