Questions tagged as 'laravel-5'

0
answers

How can I download a full page from php

Someone knows how I could download an external page to mine through its url and save it in a specific directory. I express myself better, what I want to achieve is to do the same function that the browser performs when we are on a page and we gi...
asked by 28.11.2018 / 08:14
0
answers

Schedules of laravel in cpanel, shared server

I am trying to register the Schedule to execute the commands that are already created, but they are not executed, I register them from a cron task I have used several ways /usr/local/bin/php /home/findelmu/findelmundoremates/artisan schedu...
asked by 24.11.2018 / 00:53
0
answers

Hosting laravel 5.5 free

I was wondering if there is any free hosting for, <b>laravel5.5<b> My intension is only for testing     
asked by 24.11.2018 / 16:22
0
answers

Problems with laravel message configuration 5.5

I am trying to configure this message, which can be deleted by hand with an x at the top, the code is this <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> Y...
asked by 22.11.2018 / 01:05
1
answer

Problem when trying to obtain and delete a session in laravel with $ request-session () - get ('cart') and Session :: get ('cart')

I am developing an online store with Payu Latam, what I want to do is that when payu confirms a purchase I can empty the shopping cart of said buyer. The process is the next ... I send the purchase data to the Payu gateway so the users lea...
asked by 19.11.2018 / 19:24
0
answers

Security on http requests from AngularJS

I am making http requests to a laravel route, but I need the result of the request not to be shown when accessing the route, for example if I get the users with the route / getUsers the data is displayed as follows { "id":1, "name":"Usua...
asked by 22.11.2018 / 10:25
1
answer

To see the line breaks correctly when using Textarea

I have a table article, that among its variables this $texto , and that when creating, a row, the value of this variable is requested by textarea . But after having created it, I find this: I had placed a couple of...
asked by 15.11.2018 / 10:07
0
answers

Problem page date by rank laravel 5.5

I know that handling paging with a single parameter, I can handle it with a simple appends, like this. public function bestado(Request $request) { $valorestado = $request->valorestado; $consultarea=usuarios::w...
asked by 15.11.2018 / 02:40
0
answers

Problems with paging laravel 5.5 with where

I had problems with paging, in this case I can see what is on page one, but when I go to page two nothing appears. [pagina2 This is my controller, the methods I use for this view are selectord, kissed and reviewed. <?ph...
asked by 12.11.2018 / 23:38
0
answers

ERROR LARAVEL QUICKADMIN

I need your help I am trying to install QuickAdmin in my project, which is based on Laravel and MariaDB, the problem that is throwing me an error. Previously, create a blank project and create it without any problem, under the same requiremen...
asked by 11.11.2018 / 22:55