thefireflytech / filament-blog

Blog plugin for laravel filament
https://packagist.org/packages/firefly/filament-blog
Other
86 stars 34 forks source link

Support Laravel 11 #27

Open Sirajunnasihin opened 4 months ago

Sirajunnasihin commented 4 months ago

Since laravel 11 used uuid for primary key in users table, it will require to change in file 2024_07_07_023631_create_blog_tables from this

$table->foreignId(config('filamentblog.user.foreign_key'))

to this

$table->uuid(config('filamentblog.user.foreign_key'))

sagautam5 commented 4 months ago

@Sirajunnasihin we will have a look and update this workflow accordingly very soon !