Questions tagged as 'laravel'

1
answer

Help: structure site with Vue js, Server web and Server API

how are you? I wanted to consult if there is any way that is styled, either in performance or directly as good practices, for the following: The application of the web side is with Vue js, there will also be an API to be consumed by both web and...
asked by 30.07.2018 / 23:22
0
answers

cordova file transfer does not download and shows no console errors

I'm using Framework7, and generating a pdf file using laravel 4.2 but when I click on the button it shows me the following error in console:    Download complete:   file: ///data/user/0/com.aotour.driver/files/constancia_99469.pdf and do...
asked by 30.07.2018 / 18:13
0
answers

Authenticate a user with digital certificate with Laravel

I need that when a user enters my web page, I look for a certificate to log it automatically with Laravel, but I can not find much information on how to configure it to ask for a certificate. The purpose is that when a user passes his ID by the...
asked by 02.08.2018 / 10:28
1
answer

Laravel 5.6: show field of one table related to another by another field

I'm creating a small CRM application. I get the following error when I try to show the client's name in the edit meeting view    Trying to get property of non-object (View:   /resources/views/employee/reunion/edit.blade.php) <option...
asked by 27.07.2018 / 08:51
1
answer

error logging in with user with different role to admin

I have an api rest made in laravel 5.6 where I authenticate and register with passport and oauth, I register successfully but I am having problems logging in with users that do not have administrator role, it tells me they are not authorized....
asked by 27.07.2018 / 17:40
0
answers

Laravel tries to get local view

I get the following error:    InvalidArgumentException       View [home] not found       in FileViewFinder.php       FileViewFinder-> findInPaths ('start', array ('C: \ xampp \ ...)) Laravel tries to get a view on the local route i...
asked by 25.07.2018 / 15:39
1
answer

Install existing laravel project

Hello, how are you? I want to install a laravel project downloaded from github, in my xampp, localhost. But I have the error that appears in the image     
asked by 27.07.2018 / 06:16
0
answers

Database + Shared server + Laravel

Very good people, I have the following doubt; I have a project in Laravel (v5.6 with php v7.2) connected to a local database and I want to reconnect it to the database of a shared server (CDMON). From what I understand, I have to modify th...
asked by 23.07.2018 / 10:08
0
answers

Error 400 creating Paypal Billing Plan:

I am creating a paypal payment system with Laravel 5.4. Direct payments work perfectly, but when creating a "BillingPlan" to make recurring payments I get this answer Got Http response code 400 when accessing link My code: $plan = new...
asked by 25.07.2018 / 22:22
0
answers

Does not recognize the as name with SQL Server and Laravel

I'm doing select of branch_id , month . What I try to do is count the date records. The problem arises when I do the DB::raw('MONTH(tic_date_in) month') , I do not recognize the as month in groupBy('month')...
asked by 24.07.2018 / 18:50