-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Voyager is not showing the stored data in the admin panel. #5493
Comments
To me it looks like you don't have any fields activated for browsing. |
@donchoborisov can you show the BREAD config as well? |
any update on this issue? Same problem here. any workaround? |
Hi there, I resolve the issue by creating the model and migration manualy after that you just need to add the bread to the table and you should be fine. |
I see you have an uppercase tablename I can only recommend to follow Laravels model conventions |
Laravel version
8
PHP version
7.4
Voyager version
1.4.3
Database
Mysql 8.0
Description
Hi there,
I have problem Voyager not showing my data in the admin panel after save.
Steps to reproduce
Its contact form and I am saving my messages into a database. Saving data is working fine just instead of showing the data is just blank and with option for delete and view
Expected behavior
Show the data in the admin panel
Screenshots
Additional context
No response
The text was updated successfully, but these errors were encountered: