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

Laravel 4.2 auth trouble

Hi, I'm trying to create a login form with laravel 4.2 using the default Authprovider. It always ret...

0 Likes
2 Replies
Solved

Many to Many using Resourceful Controllers?

I have two resources "Task" and "Resource" with a pivot in between. They are ref...

0 Likes
0 Replies

[Package] Zizaco Entrust

Entrust provides a flexible way to add Role-based Permissions to Laravel4. PS: Even though it's not...

0 Likes
18 Replies
posted 10 years ago

How to make the queue worker sleeps after processing some jobs?

Hello, Let's say I have 100 jobs in the queue, I want every 10 jobs processed, the worker will sleep...

0 Likes
2 Replies

FatalErrorException in helper function link_to()

This is probably a stupid error, but I'm new to Laravel. Any help would be greatly appreciated. I'm...

0 Likes
7 Replies
posted 10 years ago

Use Config::get('constants.APPDEBUG') in config/app.php

I have defined constant app/config/constants.php file $is_local = true; if($is_local==true){ $debug...

0 Likes
0 Replies

[Package] Inverse Seed Generator (iSeed) updated to Laravel 5

Guys, This is an old package that we've just updated so that it can be used with L5. For those of yo...

0 Likes
1 Replies

Laravel 5 update form using plain HTML

In Laravel 5, I notice that whenever I have a form in which I wrote in plain HTML, instead of using...

0 Likes
1 Replies
Solved

Laravel as self-hosted application - Config

Hello, I am currently developing a portal for a client. The portal should be self-hosted because the...

0 Likes
1 Replies
posted 10 years ago

pivot hell

I'm in pivot hell. Please help. I have 3 tables I need to pivot and can't figure out a clean way to...

0 Likes
2 Replies
Solved

Advanced collection filtering / search

Hey guys, I wonder what I am doing wrong when filtering joined tables. I don´t have problem with sim...

0 Likes
1 Replies
Solved

Fillable and Guarded properties

Hi. Been "learning" Laravel (4.2). Have questions about properties; $fillable and $guarde...

0 Likes
3 Replies
Solved

L5: Multiple action tests per test class fail

Hi all A strange thing while writing unittests for a package occured: As long as only one test metho...

0 Likes
0 Replies
posted 10 years ago

Pingpong-Modules and Facade-API

Hello, I am try to using Pingpong-Modules - https://github.com/pingpong-labs/modules I have trouble...

0 Likes
0 Replies
posted 10 years ago

Script php artisan clear-compiled handling the post-update-cmd event returned with an error

"laravel/framework": "dev-master#700bbf22bb325a3ddd10e2fc839feb9b4958387a", comp...

0 Likes
1 Replies

Laravel 5 hasMany relationship has null as query parameter

I have an Artist model and an Item model. class Artist extends Model { protected $table = 'conta...

0 Likes
2 Replies
Solved

Multi Table Query

I've got two three tables setup: users, posts, post_images. I have a foreign key setup on posts tha...

0 Likes
3 Replies

Laravel 5 Services

Until today i was working with Controller-Model (CodeIgniter for example) or Controller-Service-Gate...

0 Likes
4 Replies
Solved

Laravel 5 validation error return values to fields

When I am creating a new entry and leave at least one field to error out then submit the form, upon...

0 Likes
1 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.