Questions tagged as 'laravel'

0
answers

Laravel and the validations by Request

Today I ask you a question about Laravel and the Request .... as you know, when you do a POST to the controller you can create a request file to validate what is sent before processing the data ... but. ... what happens if the information is sen...
asked by 13.02.2018 / 17:45
1
answer

UPDATE Laravel from the view

I have a view that brings me the data of my db then what I want now is to update my db <div class="col-10" id="side2"> <div class="container" style="background-color: #e3e6e9; margin-top: 1rem; height:95...
asked by 07.03.2018 / 17:48
0
answers

Download binary from BD to the client with Laravel and MySql

I already have how to save the files in the database (with a medium field) but I have no idea how to recover them, I was reading and for security you can not assign value to the input type file, the idea is that the user uploads a file for examp...
asked by 20.02.2018 / 21:58
2
answers

Laravel AJAX Delete route

Working with Laravel 5.5 I have a problem with the variable "id" when placing the AJAX route. I happened to show you Route Route::DELETE('deletePlan/{id}', 'FormDController@deletePlan')->name('d.deletePlan'); In the AJAX I have the fo...
asked by 09.02.2018 / 02:09
0
answers

how to write html in ajax

Hello, I have this code for a table with user data. I want to write the options to edit and delete in ajax, but I do not know how they are written, if someone could tell me how it would be helpful PS: I know it is poorly written, so I want yo...
asked by 12.02.2018 / 16:49
0
answers

when I use join I skipped many records using eloquent with laravel

I am presenting an inconvenience regarding an eloquent query with laravel, the problem is that when I use the direct select it brings all the normal records without problem, but when using join to bring in this case I bring municipalities and de...
asked by 12.02.2018 / 18:44
1
answer

Composer command opens new window cmd

In the console of windows 7, every time I execute a command in the console, a new window is opened to execute it and when giving the corresponding result it closes automatically. Example: composer search paquete A new window opens but I...
asked by 04.02.2018 / 18:46
0
answers

Modify values in table with Laravel ajax

Good, I have a table that shows a series of records whose fields are input to be able to update them in the table directly. The code works to the point of having more than one row of values in the table. Surely I have to indicate in each input t...
asked by 04.02.2018 / 15:38
0
answers

ifnull () in laravel

I need to do a join in which I show the values of some fields even if they are null. I try to use the ifnull () but it does not work and I look for another way to make the query With this I only get the values of the fields that are not null...
asked by 06.02.2018 / 12:51
0
answers

How to manage webhooks from Shopify in Laravel

Good, I have an application that basically receives webhooks of events from a Shopify store, and stores them in the database, the problem is that many times the events arrive simultaneously at the application and not in the correct order, it is...
asked by 30.01.2018 / 14:30