i got some error like this : SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tbl_user.id' in...
Since i upgraded to 5.3. i can not pass model from blade template to my contoller. Every Model i pas...
Is there any good practice how to give user JWT token after provider send him back? Give it to user...
I cant track down the event in the framework, which is logging mails sent (via mailgun api). It is d...
I have the following in my controller namespace App\Http\Controllers\Settings; use Illuminate\Http\...
I have $formas_pagos variable loaded with FormasPago model data. When i iterate trough $formas_pagos...
Hi, I installed passport, and I got the API functionality working with 2 environments, one getting t...
In my environment authentication is already done in Apache (Kerberos). I want to use this already au...
I'm creating role method in laravel, but when i start the page I have this error. If anyone has any...
Hi! I'm new in Laravel and I have a little problem with User and Roles. In a database I have users a...
My blade template is like , @if($ajax) <div class="profile" id="profile...
Hello ! I am newbie on Laravel. I am using Laravel 5.2, Centos 7. "LogicException in NTLMAuthen...
Controller: public function editar($id){ $emitentes = Emitente::all(); $destinatarios = destinatario...
Hi there! I'm like beginner with Laravel but I love it! I was wondering if there is some way to let...
I have a problem. I don't solution for get member was liked my facebook fan page. Wish have idea fr...
I would like to ask an advice. I'm trying to upload my laravel project in ftp using filezilla. I'm c...
Hi! In my company, we make login in one application (non-laravel). When the login is made, we store...
Hello, Im using Laravel 5.3 Id like to allow registrations just for users who are currently logged i...
Hello, im trying to get an user by its name. So far i can get one like that $users = User::where('na...
Hello, First, I'm no expert with Laravel, Vue or webpack.. However, I've been testing 5.3 (yes, pre-...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community