-
The update to v2.5.0 (using together with `spatie/laravel-data ^3.12`) is now causing issue with nullable properties.
Tha Data class:
![Image](https://github.com/user-attachments/assets/98b393ce-8c3…
-
### Current Behavior
All the messages are the names for which I assume the locale file or whatever it's called (i18n) uses which means they are not supplied or not setup correctly which results in th…
-
### Summary of problem or feature request
![image](https://github.com/user-attachments/assets/4d54b222-c087-461c-aeea-8577c00d096b)
seems that some changes applied to the dependency and broke this…
-
```php
Schema::createHashPartitioned('car_user', function (Blueprint $table) {
$table->ulid('id');
$table->foreignUlid('car_id')->references('id')->on('cars')->casca…
-
# Bug report
### What I did
CRUD article controller with field:
```
CRUD::addField([
'name' => 'image',
'label' => 'Image',
'type' => 'image',
'withFiles' => [
'di…
-
hello,
i am getting the below errors when i ran php artisan migrate. some of the database tables are not being created. i can see 43 tables created in phpmyadmin. here are the errors:
Exception t…
-
When I tried to run
`php artisan tracker:tables `
Am getting
`[ReflectionException]
Method PragmaRX\Tracker\Vendor\Laravel\Artisan\T…
-
Hey!
Trying Laravel for the first time (and installed rethinkDB yesterday, it's amazing!)
`php artisan make:rethink-migration users --create=users`
- the `use Illuminate\Database\Schema\Blueprin…
-
### Prerequisites
* [ x] Are you running the latest version ? version 4.6.0 beta
* [x ] Are you reporting to the correct repository ?
* [x ] Did you perform a search ?
System is Debian 10 (buste…
-
## Environment
- Laravel version: 11
- Filament version: 3
- Filament Breezy version: ^2.4
## Steps Taken
1. Installed Filament Breezy using Composer `composer require jeffgreco13/filament-bre…