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

測試合併 #505

Open
wants to merge 303 commits into
base: 11.x
Choose a base branch
from
Open

測試合併 #505

wants to merge 303 commits into from

Conversation

flamerecca
Copy link

No description provided.

taylorotwell and others added 30 commits May 28, 2024 14:49
* 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>
* add `multiply` method to collection

* Update collections.md

* Update collections.md

---------

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.
ahmadreza1383 and others added 30 commits October 29, 2024 10:10
* 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