Questions tagged as 'laravel'

1
answer

Add values from a table when the client is the same

Please note the table below, the end result should be this: I would like to know how to make only the last record of the customer in the table display the total value of checks. I'm using PHP (Laravel 5.4) and I need to generate a re...
asked by 03.11.2017 / 17:45
0
answers

Upload Laravel + Vue.js

I need to upload some files, but there is a detail, a table will be mounted as in the figure below, I can already add to the table itself, but at the time of upload I have no idea of the procedure, I do not know if I am passing correctly, finall...
asked by 06.11.2017 / 03:25
0
answers

Problems with vue in a project Laravel

This is my project. link It is able to save, delete and edit, but when I do the actions I can not perform the automatic refresh in the browser, I do not even know where to start, could anyone give me a tip? This is my repository = >...
asked by 05.11.2017 / 20:53
0
answers

How to debug an ajax request for a laravel route?

I'm doing an AJAX request on a route, using laravel, as follows: $.ajax( { url: "../controle/pendentes/concluirVarias", type: "POST", data: { ids: arrayIds , _token: '{!! csrf_token() !!}' },...
asked by 09.10.2017 / 00:53
1
answer

Problem with application Laravel + AdminLTE

My problem is this, the application I'm developing has a client listing, which uses the following code to display: <section class="content"> <div class="row"> <div class="col-xs-12"> <div class="box...
asked by 03.10.2017 / 20:03
1
answer

Problem with downloading PDF file with laravel

I have a system for downloading PDF files, what is happening and what I try to download, and it simply does not download. I have seen in the chromo inspector and no error. Controller class DownloadController extends Controller{ publi...
asked by 29.10.2017 / 23:37
0
answers

Problem when deploying larval application in heroku

I'm having trouble deploying in heroku with a large application, heroku is not seeing my pages with .blade.php extension. For example: index.blade.php But if I change to index.php he sees, someone has already gone thro...
asked by 20.09.2017 / 15:24
1
answer

APP_URL of .env register entire URL (beyond the domain) of the application

I have a server with a domain where there are several applications Laravel, for example, the path of the application1 looks like this: link p> The problem is that when I push APP_URL = link app_url only generates routes with the domain, f...
asked by 20.09.2017 / 19:07
1
answer

Does anyone have any idea how to create a page with RESTFULL API in Laravel? [closed]

Could someone give me an example of how to do this and JQUERY mount the paging? Even if it's some tutorial. I have already researched in several places and they all say the same thing to create a pagination in the laravel itself and bring in a v...
asked by 16.10.2017 / 18:03
1
answer

How to do pagination in a table that is related Laravel 5.4

There are 2 tables and a pivot where it makes the ManyToMany relationship between 2 tables . A table is called Postagems and the other table is named Departamentos , so I'm trying to do a related search by depart...
asked by 01.10.2017 / 00:00