Open prajuli940132 opened 6 years ago
did you edit the mysql data type ?
I got the same problem, I found the store
function in GoodsController
generated by the laraadmin, and change
$rules = Module::validateRules("GoodsTypes", $request);
to
$rules = Module::validateRules("GoodsTypes", $request, true);
just set the third parameter to true
(the default is false). then is works, since I did not know whether it had side effects. You can modify your Controller
i am encountering this error when i try to add data into departments,employee,role and permission.please help