Rafał Całka

Results 15 issues of Rafał Całka

I'm encountering an issue when trying to use `DB::raw`. The error message indicates a problem with the facade root not being set. ```php //... use Illuminate\Support\Facades\DB; //... TestStat::upsert( [[ 'test_id'...

bug
enhancement
v4

IndexNow allows for faster indexing of new content. When a user adds a new post, this extension could ping the search engines. https://www.indexnow.org/index

- [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. (Compile and run.) -...

Revision needed
Edits multiple packages

This PR is similar to #4008, but targets the 2.x branch. I have not been able to verify if the issue described in #4007 occurs in 2.x, as the Clockwork...

It would be nice if there were different icons for PHP filetypes such as class, interface, abstract class, attribute class, trait, enum, etc. | Default PHPStorm | Catppuccin Icons |...

enhancement
help wanted