framework
framework copied to clipboard
The Laravel Framework.
Added failing test to assert that: 1. Model type is picked from morph map 2. "included" resources do not contain primary key in attributes 3. "included" matching resource attributes are...
this change will allow disabling use of the "referer" header when generating a "previous" URL. to maintain backwards compatibility it is by default enabled. while the risk is small, headers...
Follow-up to #57564 As suggested in https://github.com/laravel/framework/pull/57564#issuecomment-3458111299 Now all case-sensitive replacements use `replaceWhileKeepingCase()` method The benefits from the original PR become even more valuable with this one: > ✅ Improves...
Follow-up to #57573 ([Taken from Symfony](https://github.com/symfony/symfony/blob/070fb79e8a8167b27c5c9a47388997c6c634d0b7/src/Symfony/Component/Finder/Finder.php#L117C6-L117C103)) and #57565
### Laravel Version 12.26 ### PHP Version 8.3.9 ### Database Driver & Version _No response_ ### Description I have a Filament feature that finds differences between the before and after...
### Laravel Version 12.27.1 ### PHP Version 8.3 ### Database Driver & Version PortgresSQL 15 ### Description After updating to Laravel 12 from version 11, my table prefix refuse to...
Closes #57463 Related #31994 ```blade @php($foo = "") Blub ``` ```html Blub ``` renders as ```html Blub ``` which is wrong. Title isn't a boolean attribute. It should be ```html...
### Laravel Version 11 / 12 ### PHP Version 8.3.13 ### Database Driver & Version _No response_ ### Description Hello all, The following pull request was merged yesterday: [Prevent infinite...
### Laravel Version 11.44.6 ### PHP Version 8.2.29 ### Database Driver & Version MacOS 15.17.1 in a Homebrew environment. ### Description Title: Blade Parser ParseError: syntax error, unexpected token "endif",...
### Laravel Version 12.34.0 ### PHP Version 8.3.25 ### Database Driver & Version MySQL 8.0 on Windows 11 (WSL + Laravel Sail) ### Description When running tests inside Laravel Sail...