Questions tagged as 'laravel'

1
answer

Route [calculator] not defined. Laravel 5.6

Good morning! I am developing a small application that contains a sales margin calculator. This calculator I have it at the first sight, and calls a form that sends to the controller of the home in laravel. For some reason, mark that I do not...
asked by 27.08.2018 / 09:43
2
answers

cURL error 56: Recv failure: Connection was reset

I'm getting data from a csv (approx 9450 rows), and sending it by Guzzle from a Laravel 5.4 to a Lumen 5.4, but when I try to do it, I get this error "cURL error 56: Recv failure: Connection was reset" I use 2 local servers, the native of lar...
asked by 26.08.2018 / 03:12
0
answers

Create pager with Vuje and Laravel

I have a table with a search and number of records to show and I'm creating a pager with Previous and Next arrows. I from Laravel got this answer:    current_page: 1 data: Array (5)    first_page_url "link "    from: 1    last_...
asked by 24.08.2018 / 17:17
0
answers

LARAVEL server failure. Can not connect

I type the command php artisan server and the console tells me that    Laravel development server started: link When I try to access the indicated route through the browser, it tells me that:    Unable to connect       Firefo...
asked by 21.08.2018 / 21:17
1
answer

Tour Array in Laravel

I'm going through the following array: $register = array_values($array); foreach($register as $key => $value) { $var = explode('"', $value[0]); $transfer = new Transfers; $transfer->date = Carbon::CreateFromF...
asked by 21.08.2018 / 13:22
1
answer

I do not run the scripts in Laravel 5.6

[! [In this part there are the 2 scripts that I am executing, but none of the 2 execute me at the time of running the website.] [2]] [2] I need help, I do not know if in Laravel 5.6 something extra is needed to run the scripts, or if an...
asked by 12.08.2018 / 01:15
0
answers

manual change to the package.json file

Hi, I'm following a laravel project and I have the different versions in my file package.json if I give npm install my project will have different libraries versions of the project I'm following? on the other hand if in devDepen...
asked by 12.08.2018 / 07:13
0
answers

Find a MANIFEST file?

I'm doing the adaptation of a web page to OFFLINE that is inside a web app. I have created the .manifest file inside the public folder (the application is being developed in Laravel 5.2 .) Implemented in a local XAMPP server ), the proble...
asked by 10.08.2018 / 18:16
0
answers

how can I put a sql text file in php and respect the line breaks?

my SQL file is one of text point with the following content: Futbol 00:00 basketbol 02:00 and when it's time to call it by php, print it to me as: Futbol 00:00 basketbol 02:00 Any ideas?     
asked by 10.08.2018 / 01:06
1
answer

Blade - Go through two arrays

I have a function that collects the data of a user and also collects the rols that are in the system, the idea is to compare what is in the system with the user is assigned and check them with a checkbox The method that collects the roles of...
asked by 08.08.2018 / 12:14