-
### Reproduction
Using inertiajs Vue with Laravel
### Describe the bug
I am getting the below error:
[plugin:vite:vue] [@vue/compiler-sfc] Unresolvable type reference or unsupported built-in ut…
-
We need to continue adding automated tests to expand coverage as this package is vital to exist with no bugs.
-
When I run the tests I keep getting errors that it cant find certain classes. It seems to me that I must have something configured wrong.
My Codeception.yml:
actor: Tester
paths:
tests: tests
…
-
I got this response on second browser when trying to open my newly setup laravel app.
` E11000 duplicate key error collection: pace.sessions index: id_1 dup key: { id: null } `
I'm using latest la…
-
- Larastan Version: v2.9.9
- Laravel Version: v11.23.5
### Description
I have a custom eloquent/model collection `ModelCollection` for all my models. `newCollection()` and genericness etc all w…
-
Test case: https://github.com/TomasVotruba/bladestan/pull/109
As reported in https://github.com/TomasVotruba/bladestan/pull/108#issuecomment-2309072935
```php
-
I have three files:
- .prettierrc
```json
{
"plugins": ["@prettier/plugin-php", "prettier-plugin-blade", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": …
-
### Expected Behavior
Compile file without any error
### Actual Behavior
It keeps throwing an error saying the file does not exist.
### Steps to Reproduce the Problem
In my case, I have a L…
-
### Laravel Version
11.24.0
### PHP Version
8.2.19
### Database Driver & Version
_No response_
### Description
When setting two cookies using `Cookie::queue(...)`, with the same name and path, …
-
For some reason this command do not work:
`php artisan make:livewire test --module=testmodule`
Returns: `The "--module" option does not exist.`
I'm using Laravel 10 with Filament 3 (Livewire …