-
Issue Type: Performance Issue
Security Scann が働きません
VS Code version: Code 1.60.0 (e7d7e9a9348e6a8cc8c03f877d39cb72e5dfb1ff, 2021-09-01T10:41:52.311Z)
OS version: Windows_NT x64 10.0.19043
Restricte…
-
- [x] **I confirm that I have read and attempted the tips in the [Troubleshooting Guide](https://scribe.knuckles.wtf/laravel/troubleshooting).**
**What happened?**
When I run `php artisan scribe…
-
I just noticed that a while back I hooked up a repo to Renovate and no renovations are happening at all. There is a valid `renovate.json` file and it has an Onboarding MR that has merged.
https://a…
-
Here’s a list of tasks that needs to be done to get us to a stable v3.
- [ ] ❗️Write unit and/or browser(dusk) tests to cover core features
- [x] Use [Laravel Blade](https://laravel.com/docs/blade…
-
- [x] **I confirm that I have read and attempted the tips in the [Troubleshooting Guide](https://scribe.knuckles.wtf/laravel/troubleshooting).**
**What happened?**
1. I set my configuration to the…
-
Issue Type: Bug
NICE ONE ;)
VS Code version: Code 1.59.1 (3866c3553be8b268c8a7f8c0482c0c0177aa8bfa, 2021-08-19T11:56:46.957Z)
OS version: Windows_NT x64 10.0.19042
Restricted Mode: No
System Info…
-
Research for existing UI templates with code that could scale
"A unicorn in the bush"
-
-
After running ```composer require vanilo/framework``` I check the vendor list and konekt does not show up so unable to do
``` php artisan vendor:publish --provider="Konekt\Concord\ConcordServicePro…
-
### Describe the bug
I'm returning a `view` from my controller:
```php
return view('add.game')
->with(
[
'platforms' => Platform::orderBy('name')->get(),
…