Questions tagged as 'laravel'

1
answer

UPDATE AJAX + LARAVEL

I need to update my table VIEW when the user watches 90% of the video in Vímeo, but I can not use this logic with Laravel . I have this following code in PHP normal: <div class="meu_iframe"> <iframe src="htt...
asked by 27.09.2018 / 17:46
0
answers

Fill modal with vue js

The problem: I'm developing a site that has a feed with posts, each post has comments. When I click on the comment's button for the post, I need to upload a modal filled with comments and posting. This part I can do, I just do not know...
asked by 26.12.2018 / 16:13
0
answers

How do I do the direct treatment in the Laravel model both set and get? [closed]

I'm working on an already populated database and I'm having to replace , with . and / with - without resorting to the frontend only in the model.     
asked by 13.11.2018 / 22:21
0
answers

Integration error PagSeguro Laravel

   {message: "cURL error 3: malformed (see    link ), ...} exception:   "GuzzleHttp \ Exception \ RequestException" file:   "C: \ wamp64 \ www \ laravel-pagseguro \ vendor \ guzzlehttp \ guzzle \ src \ Handler \ CurlFactory.php"   line: 186...
asked by 06.09.2018 / 17:09
1
answer

How to write Query using Laravel

How to write this Query in Laravel? SELECT a.id, a.name, a.email, a.role, a.percentage, a.remaining_tax, a.min_peoples_per_table ,a.regions, GROUP_CONCAT( r.name SEPARATOR ", ") as regions_name FROM administrator as a I...
asked by 04.09.2018 / 13:52
0
answers

Is there a limit of simultaneous SQLite PHP connection? [closed]

I currently use Mysql on my server with 50 concurrent connections limit. I thought of using SQL Server which in turn has no concurrent connection limit but is very expensive !! .. So I thought about using SQLlite, but would you like to know i...
asked by 02.09.2018 / 01:06
1
answer

Request $ request in object-oriented PHP

I'm doing some exercises in PHP OO and I came across some functions that call a class before the variable. But I did not really understand why. For example: public function Exemplo(Request $request, $nome, $sobrenome) { // métodos } I...
asked by 31.08.2018 / 01:58
1
answer

Error 1054 Laravel

I'm having a problem in paging, when I'm going to change the page, it gives a 1054 error Controller public function lista(Request $request) { $pessoasQuery = pessoas::query(); foreach ($request->all() as $campo =&g...
asked by 21.08.2018 / 03:05
0
answers

Find file that generated error CSRF TOKEN

I have set up the handler file for every time an error occurs on the server, I receive an email with the details. So today I received an email with the following error:    array (3) {["message"] = > string (0) "" ["file"] = >...
asked by 29.09.2018 / 02:22
0
answers

Laravel + Passport + Vue - Not found

Gentlemen, I'm starting to develop an application using Laravel's Passport method, but it is not finding the VUE library. follows an image with the return of the browser: jsfileimportingVUElibrary readablebladefile Where can I be wrong?...
asked by 19.09.2018 / 21:17