Questions tagged as 'laravel'

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
1
answer

Not shown datatable in Laravel

For some reason, the data in the table does not appear using DataTables. And if I remove the return view ('home'), I get a query that eats the whole page The home view: <link href="https://cdn.datatables.net/1.10.16/css/jquery.dataTa...
asked by 24.10.2018 / 03:47
0
answers

Error in Autocomplete search engine

I have a search engine to which I would like to implement a completed Auto but it does not work correctly if I check the variable has the data however it does not show them in the search engine ?? Driver <?php namespace App\Http\Contr...
asked by 28.10.2018 / 19:35
1
answer

Images in databases and Laravel 5.6

Good evening I have been working with Laravel 5.6, and they gave me the task of making a query to the database that is postgresql and showing the result in a view. The problem is that in the data consulted there is a field where images are store...
asked by 18.10.2018 / 02:24
1
answer

HELP: Problems installing Laravel Collective

Good afternoon colleagues !!!. I'm installing Laravel Collective but I'm having problems for it. If I use the command they provide on the official page: composer requires "laravelcollective / html": "^ 5.4.0" I usually get the foll...
asked by 22.10.2018 / 20:46
1
answer

My application can not find this route

I have two errors: Can not find the route $ not defined First they could help me solve the route problem. I have reviewed other projects and the route does not exist either. The first error: Uncaught Error: Cannot find module ".....
asked by 24.10.2018 / 16:40
0
answers

Display a pdf hosted in a blob field

In my MySQL database I have a table where it hosts a pdf file in a blob field (not the file path!). I need to show or preview as in google the pdf in a blade view through a link or button (do not download!). thank you very much!     
asked by 24.10.2018 / 16:07
1
answer

Change the value of a textarea from buttons in CKEDITOR - Laravel

Well, the issue is as follows, I implemented CKEDITOR in my Laravel project to be able to use images and text format within some textarea. The issue is that before implementing it had a small script that changed the value of textarea by adding p...
asked by 23.10.2018 / 05:24
0
answers

How to make an inquiry to hours in laravel?

I have a database more or less like this --------------------------------- | inicio | fin | dato | --------------------------------- | 14:00 | 18:30 | A | --------------------------------- | 19:00 | 23:30 | B...
asked by 17.10.2018 / 21:40
1
answer

Can Laravel be used without databases?

Maybe the question is very silly but I am new to Laravel. I am currently developing a project similar to a blog and you need to implement a user that would be the administrator. So since I only need 1 user I do not see any sense in using a BD. I...
asked by 15.10.2018 / 23:17