Posts by Flaviano Honorato • 66 points
4 posts
-
1
votes3
answers232
viewsA: Upload PHP files
And also have to validate the request when editing, Oce takes the path of the photo in the database and compares it with the file in the folder (this will also serve to delete the old photo if you…
-
1
votes3
answers232
viewsA: Upload PHP files
It may not be the problem, but it is missing the Multipart/form-data in the form
-
2
votes2
answers1382
viewsA: Options to generate API documentation in Laravel
one of the best known and widely used is the http://swagger.io/, including I am using at this time in an api here.
-
1
votes1
answer145
viewsA: Set variable to template
You have to see the situation, there are several ways to do this, one of them is to pass the beforeRender or Appcontroller initialize, and set the variable there, so that all system views have…