framework icon indicating copy to clipboard operation
framework copied to clipboard

The Laravel Framework.

Results 465 framework issues
Sort by recently updated
recently updated
newest added

Updating the `Js::encode()` helper to return an instance of `HtmlString` rather than a raw string. The primary reason is to support using the normal escaping Blade tags: `{{ Js::encode() }}`,...

This PR is to fix this issue https://github.com/laravel/framework/issues/49210 Added 2 test cases cc: @driesvints

### Laravel Version 10.27.0 ### PHP Version 8.1.11 ### Database Driver & Version MySQL ### Description The DB connector code is meant to retry failed connections, but failing to connect...

help wanted

This test was created in order to replicate #49263 Testing if a unique job that is chained multiple times only triggers once.

I've come across two common issues when working with API backends and testing the endpoints in browser or just not knowing to specify the `Accept: application/json` header. Most projects work...

This PR attempts to resolve issues raised in [#4940](https://github.com/laravel/framework/pull/49406/files). When using a `.env.testing` file and explicitly setting the environment at the system level like so: ```shell APP_ENV=testing php artisan env:decrypt...

Hey, when I am in `APP_ENV=test`, `env:decrypt` will decrypt `.env.test.encrypted` to `.env` and not to `env.test`. I had to specify `--env=test` for it to decrypt `.env.test.encrypted` to `.env.test`, even though...

Fixes https://github.com/laravel/framework/issues/48964. I have a package that uses Vite to build assets. When the package is installed in a project, you run the `vendor:publish` command to publish those assets. You...

This is a hotfix for #49211 This is a draft as a Test needs to be written in `tests/Console/Scheduling/FrequencyTest.php`.