You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have chance upon this great Laravel E commerce Tutorial, it have all been a smooth flow until now where I have this issue when trying to create a Category in Voyager itself.
I am using the following versions for my installations:
PHP v7.4.11
Laravel v8.14
Voyager v1.4
Database: Posgresql v12.1
Below are the details of the error:
Below are my table column names in pgsql:
This are my migration method in my codes:
This is my Category Model codes:
Please kindly assist on this if anyone have the solution for it!
P.S. Pardon for my poor posting of questions as this is my first time using github
Thanks!
The text was updated successfully, but these errors were encountered:
Okay I tried around apparently once I unchecked the Add visibility for my categoryID column in the Edit Bread page of the Voyager admin page, I am able to add a new category through voyager.
Hi, I have chance upon this great Laravel E commerce Tutorial, it have all been a smooth flow until now where I have this issue when trying to create a Category in Voyager itself.
I am using the following versions for my installations:
Below are the details of the error:
Below are my table column names in pgsql:
This are my migration method in my codes:
This is my Category Model codes:
Please kindly assist on this if anyone have the solution for it!
P.S. Pardon for my poor posting of questions as this is my first time using github
Thanks!
The text was updated successfully, but these errors were encountered: