Unable to create bread in Voyager.

shadiqsharma

Jul 31st, 2021 11:59 AM

Hi I'm having issues in creating bread for custom tables. I can create the tables and everything works nicely until I add the bread for the table. Once i try to save the table I get a 500 error. Am I missing something. I've tried search for a solution but I'm unable to find one.. can someone pls help.

bobbyiliev

Aug 2nd, 2021 01:11 AM

Hello,

What I could suggest is to enable Laravel DEBUG, that way you will get the actual error rather than the generic 500 error. You can do that by setting the DEBUG value to true in your .env file.

Alternatively, you could check the Laravel log at the storage/logs directory.

Feel free to share the actual error here if you wish.

Regards,

Bobby

shadiqsharma

Aug 4th, 2021 09:11 AM

Hey man. Thanks for the advice will try to do thst.