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 324 commits into
base: 11.x
Choose a base branch
from
Open

測試合併 #505

wants to merge 324 commits into from

Conversation

flamerecca
Copy link

No description provided.

gabidj and others added 30 commits June 28, 2024 22:05
* 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`
* 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]>
Jubeki and others added 30 commits November 19, 2024 14:40
* 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