-
Notifications
You must be signed in to change notification settings - Fork 114
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
php 8.4 compatibility #103
Comments
@sairiz if following the upgrade you still have issues with php 8.4 please share the error here |
@sairiz please publish the world resources as below
|
@sairiz PHP version 8.4 Artisan version 11 The database was dropped then i re-installed world the database was seeded The endpoint is up and running |
@sairiz despite the fact that my tests are positive would you please check Laravel logs for any error on your end? |
Exactly the same thing happening on my end. Ran through all the install steps as instructed. The tables are migrated but nothing is seeded. |
@JamesDavis7 can you please try the below i think the issue is that the config file is not publish. please let me know if this will work |
Tried that twice and still no luck. Simply not seeding. |
@jjohanr |
Describe the bug
Hi, i stumble upon problem seeding the database during a migrate:fresh
After so many checks, i discovered the seeding isnt working in php 8.4
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Installation and seeding normally
Additional context
Seeding didnt run at all. It works just fine in php 8.3
The text was updated successfully, but these errors were encountered: