Posts by daniel rodrigues • 29 points
2 posts
-
-1
votes1
answer288
viewsA: Versioning of Databases
The versioning of the database has its own tool: it is called "Migration". Virtually all PHP frameworks have their own Migration feature. But I have worked on projects that simply DID NOT have…
-
3
votes2
answers1924
viewsA: Disable the CSRF token of the Standard 5.2
The solution I’m using in a restful api on the site I participate in: I put the exception routes in the file: app/Http/Middleware/VerifyCsrfToken.php (all other routes are part of the site, ie, "no…