Questions tagged as 'laravel'

0
answers

send emails asynchronously with laravel 5.5

How could I send an email asynchronously or call the function. So that the process of sending the mail is not so slow. I did the shipping process in the following way, but there is still time processing for the shipment php artisan make:mai...
asked by 16.04.2018 / 03:52
1
answer

Laravel 5.6 Debug does not work

I do not know what to do anymore, debug de laravel 5.6 does not work. Logically I have = true in the .env file and in app.php and it still does not work probe also with the php artisan config commands: cache and nothing, if I do a dd (config ('a...
asked by 13.04.2018 / 04:47
1
answer

Js and Laravel The page has expired due to inactivity

I have the following form in java and I do not know how to make Laravel detect the crsf. <form method="post" action="/turnos/${data.id}"> <input type="hidden" name="_token" value="csrf_toke...
asked by 13.04.2018 / 07:50
0
answers

Tesseract OCR for PHP (Image to characters)

I am using Tesseract OCR for PHP and Laravel 5.6, to extract characters from an image, but I do not use the library that I use this . I put the facade, the code is as follows: $filePath = public_path() . '/imagenes/text.png'; $dat = (new T...
asked by 12.04.2018 / 01:16
1
answer

How to apply a url using Blade Laravel in javascript

I am using typehead mixed with prefecth for the auto completion of a field called rut, at the moment of requesting information from a JSON file if I use the route calling it in the following way: prefetch: '/ providers / json' It does no...
asked by 09.04.2018 / 22:47
0
answers

Control "expired document"

I have a project in php created with laravel, when I identify myself and go to another page (whatever it is) and I give the browser button to go back, I skip an "expired document" If you are navigating between the pages, 3, 4, 5 ..... and y...
asked by 14.04.2018 / 14:08
0
answers

take average of two or more different dates

I have a problem that I have not been able to solve for many days and is able to get a general average of two different dates, I will leave the code javascript and the code laravel to help me Take this little code because the re...
asked by 09.04.2018 / 17:19
2
answers

Error running Laravel on a hosting

When loading Laravel in a shared hosting and the project within a subdirectory the following error started to appear:    PHP's json extension is required to use Monolog's NormalizerFormatter I currently use version 5.6 of...
asked by 08.04.2018 / 19:17
1
answer

Queries with Eloquent

How can I make a query with eloquent using Like and relate to another table? - What happens is that I'm looking for a profile of a user according to their skills and specialty, I do not know if it was the best way to do it, but it works for m...
asked by 08.04.2018 / 21:15
1
answer

Ajax can not connect to server

I made a mobile app using phonegap. I use Ajax to fetch data from a server. On the server there is a webservice made in Laravel, which returns the data in json. This is the code: jQuery(function($) { $(document).ready(function() {...
asked by 12.04.2018 / 20:46