Questions tagged as 'laravel'

1
answer

Save a file from an array () in laravel

I have the following result of a request for a view: array:10 [▼ "_token" => "safbCVoGYiCk4cpDPJmSCZDJF17YkgAg21DwT7Iu" "tipopersona" => "2" "empresa" => "3" "persona" => "3" "tsolicitud" => "1" "comentario" => "...
asked by 05.05.2018 / 02:25
0
answers

Make HTTP Request by Get in IONIC, to api de laravel sending token

Someone that please collaborate with me in how to make a request for GET, passing values by headers since I must send the authentication token. I try but I get the following error ERROR Error: "Uncaught (in promise): Error: StaticInjectorE...
asked by 08.05.2018 / 03:22
1
answer

Gray screen with Leaflet 1.3.1

I'm using Leaflet 1.3.1, to show a map on a blog made with Laravel and Vue.js But the screen appears in gray. Although the markers, and the controls do appear. And when I click on Inspect Elements, and I go to the layer, I see that i...
asked by 04.05.2018 / 12:33
1
answer

laravel error 1071 Specified key was too long

I have the problem of laravel of Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table 'users' a dd unique 'users_email_unique'('...
asked by 02.05.2018 / 06:59
1
answer

Save data in laravel-vue

I have a small problem, very basic in my opinion, what happens is that I am trying to save some data, but I can not, this I try to do with vue. in an instance of Vue I have this newWarranty : {'nombre_garantia' :'', 'valor_garantia' : null, 'd...
asked by 03.05.2018 / 04:31
1
answer

Multiple variables by json and ajax with Laravel

I explain what I have tried to do, I have created 2 select dependents, one is called type of person (Natural Person and Legal Entity) and the other company , select the type of person, the next select (company) will load the corresponding dat...
asked by 03.05.2018 / 01:51
1
answer

High register header and detail - Laravel

I am developing an order website and I have 2 order and order detail tables. I have created two models with laravel Order and OrderDetail. I have a form and pressing a button adds an article to the order: <div class="row"> @foreach ($pro...
asked by 11.05.2018 / 17:30
0
answers

Insert image in word from laravel using phpword template processor?

I have the following situation, in my laravel application that I have been developing, there are two forms, in which I sent images and I keep these in the storage folder of the project, I am trying to insert those images in a word template to wh...
asked by 03.05.2018 / 19:22
1
answer

Laravel: server.php is deleted only when I start the server

Hello I need help urgently I have a project that every time I take the system the server.php be deleted and then I get this error Then when I try to copy the file to the same route I get that I do not have permissions, I have to restart th...
asked by 27.04.2018 / 03:56
1
answer

Get elements within a div with PHP / Laravel

I wanted to know if it would be possible to have several elements inside a div using Laravel or PHP, for example: <div> <a class="elemento">Elemento 1</a> <a class="elemento">Elemento 2</a> <a class="elemento"&...
asked by 03.05.2018 / 20:26