Questions tagged as 'laravel'

0
answers

Problems with JQUERY DATATABLE

I'm doing a query by ajax implementing laravel and jquery but my problem is that it is not showing me the data it brings me, and in the console it tells me this error Uncaught TypeError: Cannot read property 'length' of u...
asked by 29.05.2018 / 17:33
0
answers

Problem with Laravel Serve [Waiting for localhost]

I am working on a project with Laravel. It turns out that the last thing that was done was to install the Laravel Collective in the project folder on a partner's computer. Since I migrated the folder of that computer to mine, the internal server...
asked by 01.06.2018 / 15:23
0
answers

generate an excel with laravel

I am trying to generate an excel, from database, using the Maatwebsite library in laravel and it generates "sometimes". It gives me an error: ErrorException (E_NOTICE) Undefined offset: 0 but not with all the tables in the database; with some...
asked by 07.06.2018 / 23:28
1
answer

Save dynamic input in laravel

Good morning everyone I'm trying to save a dynamic input and a dynamic select but I can not do it This is my view of what I want to save I can save them like this $name = $request->title; $description =...
asked by 25.05.2018 / 21:36
0
answers

Uncaught ReferenceError: AssignmentDetail is not defined at HTMLButtonElement.onclick

Could someone tell me why I get that error? I am using Laravel 5.6 and when trying to execute a function through the onclick event of an html button it does not run and in console I get the error Uncaught ReferenceError: AssignmentDetail is not...
asked by 25.05.2018 / 15:11
1
answer

Problem with $ HTTP_RAW_POST

Good morning.  I was making a Vue.js connection with Axios and Laravel and I noticed this problem. 1. I added a method and wanted to show the element by console. methods: { newThought(){ const params = { d...
asked by 29.05.2018 / 18:39
0
answers

Enter data to 2 tables

I'm doing a shopping module. The code is already made to enter the sales table and sales detail. When I enter a product it works correctly but when I want to enter more than 2 objects at once I get this error: preg_replace(): Parameter mismatc...
asked by 20.06.2018 / 16:19
0
answers

How to show user data Laravel Passport

This is what it shows me when I send the user's data so that it generates a token with laravel postman, but I would like to know how to show the data of the user who has just logged in since I am interested in knowing the role of this user , I k...
asked by 23.05.2018 / 16:37
0
answers

call to a member function store () on null Laravel php?

Cordial greetings fellow, I have the following problem, I have an application that lets you upload images laravel to use this js dropzone, when loading the image into the form I get the following error: and pressing the load button disp...
asked by 23.05.2018 / 17:36
1
answer

My login will redirect me to an erroneous address outside the subdomain

What happens is that I'm using laravel's default authentication, I've already tested it locally and it works correctly for me. However when uploading it to production at the address: www.municomas.gob.pe/Documentacion/index.php/auth/login...
asked by 25.05.2018 / 02:26