Support the ongoing development of Laravel.io →

Best Method for Multiple Types of Users

Hi Guys, I am currently trying to move a web application to laravel to make it more maintainable and...

0 Likes
2 Replies
posted 10 years ago

slug build from title and random string

Hello, Im using cviebrock/eloquent-sluggable and wanna make unique slug for news table. News model:...

0 Likes
1 Replies
Solved
posted 10 years ago

ssh - Expected SSH_FXP_VERSION

I am using the laravel Task functions to run some code using phantomjs and then using the output. Th...

0 Likes
1 Replies

Extending BaseController when constructor has params

This is mostly just to do with PHP, but I'm trying to do it in Laravel, so thought I'd ask here... W...

0 Likes
5 Replies

Why does $this->be() keep blowing up?

Try as I might, I can't seem to get $this->be($foo), trying to set the currently logged-in user,...

0 Likes
0 Replies

Getting a checkbox to save

If the checkbox is checked it needs to save as a 1 in the database and if it isn't checked then it n...

0 Likes
3 Replies
Solved
posted 10 years ago

satisfy both the validation rules for one field in laravel

Hi I am new to laravel and creating an application with it. Now i have been stuck with two problems,...

0 Likes
0 Replies

Auth filter redirecting back to original POST request in Laravel

Hi i'm new to larvel. I'm need to post the data to post controller after auth. Checked the below pos...

0 Likes
0 Replies
posted 10 years ago

repopulate password in *** form

Is that possible to repopulate password in *** in blade ? i know that below will show the user passw...

0 Likes
2 Replies

Call to undefined method Illuminate\Database\Query\Builder

Sorry, about formating at first. It's my first post here, I'll try to edit it. I spend some hours of...

0 Likes
0 Replies

Creating a laravel ACL section

I'm busy creating a section where a super admin can say what user can access specific areas. The pro...

0 Likes
5 Replies
Solved
posted 10 years ago

Laravel Model Relationship Help!

What could be wrong with my model: Connection table: id, parent_sid, connection_id (nullable) Connec...

0 Likes
2 Replies
posted 11 years ago

One-to-one THROUGH relationship with eager loading?

Hello, I've been breaking my head over this one, and I hope I'm missing something simple. I have a C...

0 Likes
2 Replies
posted 10 years ago

Browser's source code incomplete in AJAX requests

Okey so.... my problem in this thread http://laravel.io/forum/11-16-2014-menu-loading-pages-with-aja...

0 Likes
0 Replies

Laravel 5 auth in route

In ver 4.2 this worked: Route::get('owners', array('before' => 'auth', 'uses' => 'PownersContr...

0 Likes
1 Replies
Solved
posted 10 years ago

Multiple parameters in routes (city, category)

I'm trying to build a simple city/category listings site, but I don't know exactly how to do it: Thi...

0 Likes
1 Replies

Structure for application

Hi, i need help for this problem: In my application, there is a user. The user is a teacher. The rol...

0 Likes
1 Replies

Menu loading pages with AJAX using blade template

Hello people. First of all sorry if my english isn't perfect... is not my native language, but i thi...

0 Likes
1 Replies
posted 10 years ago

Call Custom Function from within another Model that hasMany()

Hello, I have a model called Program and that hasMany('ProgramChangelog'). Now, it's known that it's...

0 Likes
0 Replies

Auth in larvel 5 working but not correctly

I struggled for over 3 hours and couldn't get a login to work. Now this came with laravel, NOT MY CO...

0 Likes
2 Replies
Solved

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.