-
Type: Bug
The file is not displayed in the text editor because it is a directory.
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Windo…
-
I'm not quite sure where to put this.
I just verified that its not just my app.
I installed a fresh Laravel project with Laravel Breeze using Vue with Inertia, Inertia SSR and TypeScript.
The…
-
checkbox alignment is broken.
Seems like issue is due to hard coded width of the checkbox -
I cannot change checkbox size also, can we customise it?
https://github.com/razorpay/blade/blob/0f8f…
-
### Package
filament/filament
### Package Version
v3.2.116
### Laravel Version
v11.27.1
### Livewire Version
v3.5.6
### PHP Version
v8.3.11
### Problem description
My error page template is…
-
`@bukStyles` does not load any styles - **How to troubleshoot?**
PHP 8.1
TALL Stack (Laravel 10, Vite, Alpine)
**Server**
> `npm run dev`
> `php artisan serve`
**Installed**, composer incl…
-
Hi all,
please give an advice for using collapsible table. I have two components as follows.
**index.php**
```
namespace App\Livewire\Mobile\Staff\Research\Review;
use Livewire\Component;
…
-
### What happened?
When receiving a webhook that has an incoming email payload from Sendgrid, the headers have a json encoded structured liek this:
`{"accept-encoding":["gzip"],"content-type":["mult…
-
Using Datetime Picker if we manually change the date from the input text, this is not reflected on the model
**To Reproduce**
Change text date using keyboard
**Expected behavior**
Can use also…
-
### Bug description
On my "dashboard.blade.php", I have this tag component:
```
```
And I have a `welcome.blade.php` file in my `components` directory.
When I do a `ctrl+click` on the ``…
-
Being able to select view components and blade partials makes working in netbeans even more efficient. It would be great if we could also make vite files clickable so that they can be opened immediate…