voyager icon indicating copy to clipboard operation
voyager copied to clipboard

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

Open donchoborisov opened this issue 3 years ago • 7 comments

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

donchoborisov avatar Nov 20 '21 14:11 donchoborisov

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

emptynick avatar Nov 20 '21 18:11 emptynick

image

donchoborisov avatar Nov 20 '21 18:11 donchoborisov

@donchoborisov can you show the BREAD config as well?

fletch3555 avatar Nov 20 '21 21:11 fletch3555

image

donchoborisov avatar Nov 20 '21 22:11 donchoborisov

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

caioflavio avatar Feb 27 '22 23:02 caioflavio

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.

donchoborisov avatar Feb 28 '22 07:02 donchoborisov

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

emptynick avatar Feb 28 '22 12:02 emptynick