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

Voyager is not showing the stored data in the admin panel. #5493

Open
donchoborisov opened this issue Nov 20, 2021 · 7 comments
Open

Voyager is not showing the stored data in the admin panel. #5493

donchoborisov opened this issue Nov 20, 2021 · 7 comments

Comments

@donchoborisov
Copy link

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

image

Additional context

No response

@emptynick
Copy link
Collaborator

To me it looks like you don't have any fields activated for browsing.
Can you show a screenshot of the BREAD editor?

@donchoborisov
Copy link
Author

image

@fletch3555
Copy link
Collaborator

@donchoborisov can you show the BREAD config as well?

@donchoborisov
Copy link
Author

image

@caioflavio
Copy link

any update on this issue? Same problem here. any workaround?

@donchoborisov
Copy link
Author

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.

@emptynick
Copy link
Collaborator

emptynick commented Feb 28, 2022

I see you have an uppercase tablename Contact.
Depending on your database configuration that might be a problem when accessing the lowercase slug admin/contact.

I can only recommend to follow Laravels model conventions

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

No branches or pull requests

4 participants