Posts by Vinícius • 165 points
5 posts
-
2
votes0
answers234
viewsQ: How to paginate a Javascript filter in Laravel 5.4?
I created a search filter for a table, in it I have Description, Model, Status, among other 'inputs' to search. But after the search is done, the paging does not follow the result. Follow the code…
-
2
votes1
answer292
viewsQ: Error sending files to aws S3 server in Laravel
I am trying to send a file to the S3 server of Amazon, followed the documentation of Laravel 5.4 that talks about Filesystems. But it returns the error: Error executing "ListObjects" on…
-
1
votes1
answer151
viewsQ: How to filter by method? Laravel 5.4
I need to filter all images that have a specific link, I was able to filter through the status of the product table, but what connects the image to the product is the method image(); class Produto:…
-
0
votes1
answer5263
viewsQ: How to create search filters in Laravel?
I need to create a search system that receives data through inputs, select and checkbox. My form for research: <form class="navbar-form navbar-left" role="search" action="{!! url('/pesquisar')…
-
0
votes1
answer1006
viewsQ: How to pass data from two tables in one View?
I’m trying to pass data from two tables(SQL) in a table structure HTML. When I try to pass to mine View, the Laravel does not recognise the relationship method. View - atualizador.blade.php…