-
### Scribe version
4.37.2
### PHP version
8.3.6
### Framework
Laravel
### Framework version
11.25.0
### Scribe config
```ruby
title => "Serp API Client"
type => "laravel"
…
-
### Have you searched through other issues to see if your problem is already reported or has been fixed?
Yes, I did not find it.
### Did you read the documentation?
Yes, I did not find it.
### Hav…
-
### Bug description
After installing Statamic in an existing Laravel project, all non-Statamic tests take more than a second per test longer.
I've been playing with some config settings, such as s…
-
### Platform
Windows
### Template before formatting
```blade
@php
…
-
### Bug description
My form submissions broke, always returning the error messages in our default language (English) even when on the German site.
I traced it to the following change > https://git…
-
### Bug description
The plugin cannot find any views. I tried invalidating the cache and reinstalling the plugin, but nothing changed.
![image](https://github.com/laravel-idea/plugin/assets/111564…
-
Heya folks, I've recently updated to Laravel 11 and Statamic 5. But now, whenever I try to access the control panel, I run into the following issue:
```shell
Vite manifest not found at: /usr/share…
-
### Jelaskan error yg dialami
Direct Access Prevention (DAP) adalah spesifik code yang digunakan untuk mencegah akses langsung ke berkas PHP di luar struktur yang dimaksudkan.
```php
defined('BASEP…
-
I'm using Laravel CSP package to define strict CSP header.
In order to work, each tag requires a nonce value.
Telescope toolbar does not support it and does not load correctly:
All these eleme…
-
I installed and configured this package according to the docs on a fresh Laravel 7.18.0 installation. I then created a theme using `php artisan make:theme Bootstrap`.
The welcome view is not being…