Support the ongoing development of Laravel.io →
posted 10 years ago

Best way to work with custom messages & rules in L5.

I am trying to write a custom error message for the "required" validation rule in L5. I kn...

0 Likes
2 Replies
Solved
posted 8 years ago

Ajax Based Login

Hello, I'm sticking in the loginController Login function it returns everytime FAIL In the Database...

0 Likes
0 Replies

Problems with adding styling to active nav route

Hello, I want to create a means for me to show users where they are at a page. Currently my menu is...

0 Likes
4 Replies
Solved

Laravel Framework 5 Bootstrap 3 Starter Site

I make a Laravel 5 starter site with boostrap 3 and datatable. You can download it from here: https:...

0 Likes
9 Replies

Table Not Found

i got some error like this : SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tbl_user.id' in...

0 Likes
1 Replies

Upgrade from 5.2 to 5.3, cant pass models to controller

Since i upgraded to 5.3. i can not pass model from blade template to my contoller. Every Model i pas...

0 Likes
0 Replies

How to give user JWT token after OAuth provider redirect

Is there any good practice how to give user JWT token after provider send him back? Give it to user...

0 Likes
1 Replies

stop/modify mail sent logging

I cant track down the event in the framework, which is logging mails sent (via mailgun api). It is d...

0 Likes
0 Replies
posted 9 years ago

"Trying to get property of non-object" error - cast array to object?

I have the following in my controller namespace App\Http\Controllers\Settings; use Illuminate\Http\...

0 Likes
2 Replies
posted 8 years ago

ErrorException when trying to access model attribute

I have $formas_pagos variable loaded with FormasPago model data. When i iterate trough $formas_pagos...

0 Likes
0 Replies

Make api.domain.ext the stateless passport route and change .ext/api to normal route

Hi, I installed passport, and I got the API functionality working with 2 environments, one getting t...

0 Likes
0 Replies

Set environment variables for Usage Kerberos

In my environment authentication is already done in Apache (Kerberos). I want to use this already au...

0 Likes
0 Replies
posted 8 years ago

BadMethodCallException in Builder.php line 2440: Call to undefined method Illuminate\Database\Query\Builder::getIdArray()

I'm creating role method in laravel, but when i start the page I have this error. If anyone has any...

0 Likes
1 Replies

Users and Roles

Hi! I'm new in Laravel and I have a little problem with User and Roles. In a database I have users a...

0 Likes
11 Replies
Solved

Splitting blades via request

My blade template is like , @if($ajax) <div class="profile" id="profile...

0 Likes
2 Replies
Solved

The BCMatch functions must be enabled to use the NTLM authenticator.

Hello ! I am newbie on Laravel. I am using Laravel 5.2, Centos 7. "LogicException in NTLMAuthen...

0 Likes
2 Replies
Solved

I'm have problem with Inner join and response

Controller: public function editar($id){ $emitentes = Emitente::all(); $destinatarios = destinatario...

0 Likes
0 Replies

Master route

Hi there! I'm like beginner with Laravel but I love it! I was wondering if there is some way to let...

0 Likes
4 Replies
Solved
posted 8 years ago

Get info member like facebook fan page

I have a problem. I don't solution for get member was liked my facebook fan page. Wish have idea fr...

0 Likes
0 Replies
posted 8 years ago

What are the important laravel folders do I need to upload in my host?

I would like to ask an advice. I'm trying to upload my laravel project in ftp using filezilla. I'm c...

0 Likes
5 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.