docs icon indicating copy to clipboard operation
docs copied to clipboard

The Laravel documentation.

Results 56 docs issues
Sort by recently updated
recently updated
newest added

**Note: this PR is one of four parallel pull requests to add first class support for Ably to Laravel.** Background: the current Ably broadcaster uses the Pusher JavaScript SDK and...

Docker was moved to the base box on `laravel/settler` and can no longer be installed as optional software. https://github.com/laravel/settler/commit/8b1f706f507d2be1b019d178955bb6b98e996582 https://github.com/laravel/homestead/pull/1716

The model factory documentation is currently located on the database testing page. Model factories are very commonly used in database seeders as well, so I don't find the current location...

It previously was not possible to fake only a subset of jobs - now it is but needs to be documented.

I came across this method the other day and have had many use cases for it but was unaware it existed. This PR adds a mention to the docs. I'm...

Before merging: - [x] https://github.com/laravel/framework/pull/42531 - [x] https://github.com/laravel/framework/pull/42664 - [x] https://github.com/laravel/echo/pull/340

This info is based on discoveries using Vite with an app running in Laravel Sail. I needed to call `npm run dev` from my host machine in order for HMR...

Just noticed a small issue in the docs. When using Pest if the setUp method is public you will get the following exception error Corrected the docs updated the setup...

This pull request adds documentation for the `Benchmark` facade. Refers to https://github.com/laravel/framework/pull/44252.