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
303
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
* Update matchAll to include first only matching group * Update strings.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* docs(migrations): NoPendingMigrations - nothing to migrate event Add ed`NoPendingMigrations` event when there is nothing to migrate * Update migrations.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Update queries.md * Update queries.md * Update queries.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Add default value in Cache::pull method * Update cache.md --------- Co-authored-by: Xurshudyan <v.khurshudyan@aico.swiss> Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Clarify exclusions for fallback HTTP error pages * Update errors.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* document wildcard in horizon environments * Update horizon.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* add documentation for "before" method * add documentation for "after" method * mark "after" method as the first collection method * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Follows the default from `laravel/laravel`, see laravel/laravel@dd67770.
* add Herd setup instructions * wip * use official lowercase letters for nginx and dnsmasq * wip * wip --------- Co-authored-by: Marcel Pociot <m.pociot@gmail.com> Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Add crucial note about folder permissions * This will help old and new devs understand which folders the framework needs to write in so that folder permissions are not too open. * Add new folder-permissions anchor to top list of links * Update deployment.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* add warning for reverb uri * Update reverb.md * Update reverb.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Document Str::chop* methods * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Since Laravel Reverb is no longer in beta, we can remove the info message from the documentation.
* Add rebinding to Container docs * document rebinding --------- Co-authored-by: ahmadreza <ahmadreza@ahmadreza.ahmadreza> Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Update notifications.md * Update notifications.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Add Using Slack's Block Kit Builder Template section * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Bun is a Node/NPM alternative that can handle dependency management and frontent asset compilation, with better performance, and simpler installation/upgrading.
* without defer * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
add dimensions missing parameter to vector revert whitespace changes
* Add mentions to MongoDB in the docs * formatting * Update session.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Update upgrade.md * Update upgrade.md * Update upgrade.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Update installation.md The proposed PowerShell command does not work if the PowerShell is not run as Administrator. If that's the case, the PowerShell just disappears without any error on both Windows 10 and Windows 11. By running the PowerShell as an administrator, the command is executed with success. * Update installation.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Add MongoDB to Sail doc * Update sail.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Introduction support popping items from stackable context item Documentation update for changes introduced in laravel/framework#53403 * Update context.md * Update context.md * Update context.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Document defining features externally * Update pennant.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
syncs up both the comment and the var declaration with `laravel/laravel` laravel/laravel#6495
* Add PHP 8.4 * Update PHP 8.4 in Sail
* Update contextual attributes example * Update container.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Add assertCount for filesystem doc * Update filesystem.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Clarify how schedule:work will handle sub-minute tasks. * Update scheduling.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
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.