-
## Description
When the entity contains blocks, the blocks with repeaters,
the restore revision function will cause many unexpected rows in blocks table.
And these rows will keep forever and now …
-
### Bug description
i am currently trying to get Laravel Nova and Statamic to work with eloquent and after debugging for 5 hours I found one issue in the statamic AuthServiceProvider:
```
Gate::…
-
### Bug description
If you use the dynamic assets folder feature with the option set to `id` you won't be able to make the field required. Because you can't add images to a folder that doesn't exist …
-
### What is your set up?
Self Hosted Server
### Version
3.3.2
### Describe the issue
reports page error 500
### Reproduction steps
1.open any project
2.open reports page
3. error 500
afte…
-
Hi.
I am running a Laravel app in Docker. When starting the extension I get a number of errors.
app_db is the Docker service name.
The errors are all of the same type, namely:
```
SQLSTATE[…
-
I have issue with my dev stack.
I am using laravel webpack.mix.js and tailwindcss + sass.
My issue is that I need call sass task after .blade.php changed for tailwind compiling.
Default behavio…
-
**`Exception`**
Latest compiled component path not found.
:dart: Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::generate
:page_facing_up: /vendor/livewire/livewire/src/Mechanisms/Exten…
-
After upgrade from Nova 3 to Nova 4, sluggable filed did not show. It was not displayed on all views. Any suggestion?
![image](https://user-images.githubusercontent.com/1073690/170181556-c0b633b9-2…
soap updated
2 months ago
-
After updating recently to TwigBridge 0.6 from 0.5 alongside an update from Laravel 4.1.x to 4.2.x, templates are no longer rendering when using the "extends" tag inside of a file.
As an example, pro…
-
### Bug description
If you create a new custom validation rule and set it in a blueprint. Eg.
```
validate:
- 'new App\Rules\TemplateDefaultOrNotSet()'
```
Then it won't run the `validat…