Questions tagged as 'lumen'

2
answers

cURL error 56: Recv failure: Connection was reset

I'm getting data from a csv (approx 9450 rows), and sending it by Guzzle from a Laravel 5.4 to a Lumen 5.4, but when I try to do it, I get this error "cURL error 56: Recv failure: Connection was reset" I use 2 local servers, the native of lar...
asked by 26.08.2018 / 03:12
0
answers

How can I send header in a SOAP request with php

I need to replicate this xml to a soap request in php: <soapenv:Header> <tar:headerRequest> <head:transaccion> <head:fechaHora>2015-09-11T16:00:00</head:fechaHora> <head:idTr...
asked by 29.08.2018 / 00:51
0
answers

SoapFault: Technical: PX000040: BEA-382505: XPath statement prod

I really need your support urgently, I am currently connecting to a web service of a client who has given me 2 WSDL routes to connect me. The first connects me without problem, but when applying the same structure to consume the other service, t...
asked by 07.08.2018 / 17:34
1
answer

Go through an array of a model (laravel)

I have a class Roles where I define a static array like this <?php namespace App; use Zizaco\Entrust\EntrustRole; class Role extends EntrustRole { public static $roles = [ 'admin1aaa' => [ 'name' => 'admi...
asked by 07.08.2018 / 14:40
0
answers

Lumen Mail Queue does not work

I've been trying to send a Mail with Lumen using Queue , the Mail is sent correctly, but when Implement ShouldQueue stops working, I'm using the database driver and I have the two necessary tables in the database, also before sendi...
asked by 30.04.2018 / 13:30
0
answers

Login Jquery without PHP sessions

I'm doing a website where I have an Api with Lumen. I like Jquery to make a request to the API and log the user, but I can not understand if with Jquery something similar to the PHP sessions can be done, that if the user is not logged in, he wil...
asked by 25.04.2018 / 15:40
0
answers

smt.1and1.es Laravel Mail Not working

As I explain in the Title I have an api with Laravel in a server of 1and1, I have everything configured correctly, in local it sends me the mail and it does everything well, the problem comes when putting the api in the server of 1and1 someone w...
asked by 28.03.2018 / 15:26
0
answers

Post Office Lumen PHP

I'm doing an API-REST with lumen, and this is trying to send an email in a method of a controller, I'm using PHPMailer, and the problem I have is that the email takes a long time to send and until it is sent API-REST does not return the state of...
asked by 13.03.2018 / 16:08
0
answers

Api Rest Xamarin forms c #

I have my api rest created in lumen (PHP) and it is in my MySQL hosting, I have my users table with the fields ID, DNI, Name, Position, updated_at and created_at, when I insert by POSTMAN I get it right (obviously only I put DNI, Name and Positi...
asked by 15.02.2018 / 00:25
1
answer

Error downloading the github project Laravel Lumen

Well, that's when you download the github project from lumen ago a composer install and I get this and in the git ignore file I do not put anything to upload everything     
asked by 08.03.2018 / 23:07