Posts by Ariel conti • 25 points
2 posts
-
1
votes1
answer1922
viewsQ: Transform array into XML
I’m trying to turn an array into an XML My XML needs to have the following structure <Products> <Product name="TR-501"> <Descricao texto="55.180.198 / 46789771" /> <Detalhes>…
-
1
votes1
answer86
viewsQ: Auth::loginUsingId does not work on Lumen
I’m trying to use the method Auth::loginUsingId in Lumen, but I get the following error : (1/1) Badmethodcallexception Method loginUsingId does not exist. in Macroable.php (line 74) at…