-
### Lang Package Name
laravel-lang/common
### Lang Package Version
6.4.0
### Laravel Framework Version
10.48.15
### PHP Version
8.1.18
### Dependencies
"require": {
"php": "^8.1",
…
bedoz updated
2 months ago
-
### Package
filament/filament
### Package Version
V3+
### Laravel Version
N/A
### Livewire Version
_No response_
### PHP Version
PHP 8.2+
### Problem description
When using bigger tables an…
-
Hi,
All of backpack's CSS refuses to load when I put `APP_ENV=production`.
The dashboard looks like this :
![image](https://github.com/Laravel-Backpack/CRUD/assets/66016928/23aa9bb6-3415-4c9c-9…
-
# Feature Request
### What's the feature you think Backpack should have?
I got this request/idea from a discussion in https://github.com/Laravel-Backpack/community-forum/discussions/712 where @s…
-
Currently Loco offers html output as a starting point for UI. We have decided to not decide about frontend, so that we can focus the thinking on it separately, and now have come the time to start thin…
-
# Bug report
### What I did:
Clicked edit in User Crud
### What I expected to happen:
Open the user editor
### What happened:
Laravel Error
![image](https://github.com/Laravel-Backpack/…
-
Vemto 2.0.5
css Framework: Bootstrap
Starter Kit: Laravel UI
its a fresh laravel project is checked
Once project is connected .. i just add the user crud and then click generate code
as yo…
waw3 updated
7 months ago
-
### Package
filament/filament
### Package Version
3.2
### Laravel Version
11.0
### Livewire Version
_No response_
### PHP Version
8.2
### Problem description
I'm building an Employee Manage…
-
# Bug report
### What I did
After updating to Laravel 11 with PHP version 8.2, the following error appears inside the CRUDController function:
```
protected function setupCreateOperation()
…
-
The result of using IDs instead of Model objects on Controller is that some routes are registered like for instance {table_name}/list that should return not found and will if you used Models as signat…