Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Laravel 11 #27

Open
Sirajunnasihin opened this issue Jul 7, 2024 · 1 comment
Open

Support Laravel 11 #27

Sirajunnasihin opened this issue Jul 7, 2024 · 1 comment

Comments

@Sirajunnasihin
Copy link

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants