I'm just working with laravel, And I use the model to store data,When I register, I encounter the following error when registering
""Parse error: syntax error, unexpected end of file, expecting function (T_FUNCTION) or const (T_CONST)""
Pointing to my model, while my model is correct
model ->
https://ibb.co/nf8JFQ
controller ->
https://ibb.co/etEQvQ
the part html ->
https://ibb.co/cTaXaQ
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community