Marco Deleu
Marco Deleu
This is basically the same as https://github.com/brefphp/laravel-bridge/pull/130. There are 2 places right now that breaks when installing Laravel under a monorepo setup without the standard Laravel folder structure - the...
While upgrading to Bref 2, I looked over at the Laravel bridge improvements and I decided to retire [my own bridge](https://github.com/cgauge/laravel-bref-adapter). I use AWS CodeBuild to build the project before...
Inertia uses 409 as the status code for redirection. When writing tests in Laravel with ``` $this->post('/', headers: ['X-Inertia' => true])->assertRedirect('/redirected'); ``` The test will fail because Laravel relies on...
### Describe the feature This is an amazing project and tackles precisely a part that seems to be missing with Vue. I'd like to put a request for a Stepper...
### Describe the bug When running `aws cloudformation package` the output template mixes two lambda functions if the second one has an indentation bug. ### Expected Behavior abort with a...
### What Happened When I use a dataset with Enum, Pest interprets it as if no dataset has been provided. > ERROR A test with the description '`pest datasets break...
**Is your feature request related to a problem? Please describe.** I'm trying to use Amazon Q Pro on my Jetbrains IDE, but it requires me to use SSO authentication. **Describe...