Posts by Elton Silva • 45 points
2 posts
-
1
votes1
answer130
viewsQ: Error using Middleware on Laravel/Lumen
Personal talk I’m making the following mistake: ReflectionException Class Illuminate\Cookie\Middleware\EncryptCookies does not exist I’m using Lumen but I think I may have set something wrong in the…
-
2
votes1
answer724
viewsQ: Given two numbers A and B, creates a third C by mixing the first two alternately?
Given two integers A and B, create a third integer C by following the following rules: The first number of C is the first number of A; The second number of C is the first number of B; The third…
javaasked Elton Silva 45