Questions tagged as 'laravel-5'

0
answers

How can I download several images in laravel 5.5

Hello good day I would like to know if it is possible to download images of laravel with respect to information in the BD, For example I want only images of a number of users that they themselves raised, in a result they take 60 or more that can...
asked by 24.10.2018 / 06:12
0
answers

Error with Composer when creating Laravel Project 5.x

Dear Community, on this occasion I am here because of a problem that arose when I downloaded new laravel projects on my machine: The Situation is as follows: At the moment of downloading a new project in laravel from my machine I get the e...
asked by 24.10.2018 / 19:14
0
answers

Make an editable jquery table using laravel

another question with laravel. How could I make the table editable using jquery? I'll do it to dry, but as laravel makes it different, I'd like to know how. This is what I have so far: home.blade (The view) <form method="get" actio...
asked by 22.10.2018 / 23:22
1
answer

Laravel and Datatables as showing an extra field that does not come in the table that I send

I would like to know how I can show data from two tables in a single datatable? In the "user" part, it would be the user's name but it belongs to another table This is what I have in my controller namespace App \ Http \ Controller...
asked by 22.10.2018 / 23:54
1
answer

Problems with composer when installing composer requires maatwebsite / excel

when wanting to install composer require maatwebsite/excel to get some data in excel I get this error Your requirements could not be resolved to an installable set of packages. Problem 1 - yajra/laravel-datatables-buttons v3.0....
asked by 23.10.2018 / 02:25
0
answers

I can not access my virtual host from the browser

My C: \ WINDOWS \ system32 \ drivers \ etc \ hosts file has: # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost 127.0.0.1 localhost::1 localhost 127.0.0.1 localhost::1 localhost 127.0.0.1 curso...
asked by 05.11.2018 / 02:53
1
answer

Translation eloquen consultation

Does anyone know how I can translate this query in eloquen? update users set assignment = 'management' where user_ad = 'danielad'; I have three rows that belong to the user danielad, therefore I want in another of its fields which is calle...
asked by 22.10.2018 / 02:19
0
answers

DATATABLE PROBLEM laravel

I have tried to add a data table that many have added, I have followed tutorials but it does not give me the default format (with search and others) as shown in "IMAGE 2". To me it remains as the "IMAGE 1" and I do not know why, what I need to g...
asked by 22.10.2018 / 17:42
1
answer

how to make a put | patch request in laravel?

I have the following function that makes an ajax call to update data in my table: $("#editar").click(function(){ if($idfila!=null){ ruta=url_base+"/patron/"+$idfila; var formData = new FormData($("#formulario_datos")[0]);...
asked by 22.10.2018 / 17:53
0
answers

doubt consult eloquent laravel

Is there any way for you to update all the records, instead of the first one? $ assignu = users :: where ('user_ad', '=', $ user- > user_ad) - > first (); With the method first () I can not update the rest of the fields that match th...
asked by 21.10.2018 / 05:40