-
$ composer require gloudemans/shoppingcart
Using version ^2.6 for gloudemans/shoppingcart
./composer.json has been updated
Loading composer repositories with package information
Updating dependenc…
-
### Package
filament/filament
### Package Version
v3.2.117
### Laravel Version
v11.27.2
### Livewire Version
_No response_
### PHP Version
PHP 8.2
### Problem description
Database Notificat…
-
# Bug report
### What I did
Added dropzone as crud field
```
CRUD::field([
'label' => 'Image Gallery',
'name' => 'image_gallery',
'type' => 'dropzone',
…
-
As of Laravel 5.7.17, the following error occurs due to a failed syntax on the vendor/routes file for this package:
In Router.php line 366:
```
Argument 1 passed to Illuminate\Routing\Router:…
-
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…
-
### Overview of the problem
**Oruga** version: 0.9.0
**Vuejs** version: 3.5.12
**OS/Browser**: not related
### Description
Whe an OTable dos not have a rowKey defined the following …
-
### What were you trying to do?
I was attempting to update the version of installed NativePHP software on Windows 11.
### What happened?
The Update went well right until the software started.…
-
```
composer require beyondcode/laravel-er-diagram-generator --dev
Using version ^3.0 for beyondcode/laravel-er-diagram-generator
./composer.json has been updated
Running composer update beyondcod…
-
Hi I am trying to install doctum via composer on a Laravel 11 project and composer version problems:
```Problem 1
- code-lts/doctum[v5.0.0, ..., v5.0.1] require nikic/php-parser ~4.5 -> fou…
-
# Bug report
Backpack does not guess the column attributes for ```subfields```.
Create a ```HasMany``` relationship and try to display it like in the example below.
```
CRUD::column('articles')-…