Support the ongoing development of Laravel.io →
zaalbarxx

zaalbarxx

Joined 23 Mar 2014

Statistics

Threads 5
Replies 58
Solutions 6
Articles 0
posted 10 years ago

Laravel 5.1 command bus has no default mappings

Hello! I'd like to get some informations about Laravel 5.1 command bus. As far as I see in 5.0 there...

0 Likes
0 Replies

Laravel + Beanstalkd + Supervisor

Hi! I encountered a really strange problem with my configuration for Beanstalkd and Supervisor. The...

0 Likes
1 Replies

Relationships in repositories

Hi! Recently I was using a bit of repositories and one thing I am really curious about is how to imp...

0 Likes
0 Replies

Redirect::refresh() and session variable

Hello! For some reason this code causes redirect loop and I have no idea why. I know I could use Ses...

0 Likes
1 Replies

[Unit testing] Mocking call to Cookie::get()

Hello! Does anyone knows if there is a chance to somehow mock call to Cookie::get() method ? I know...

0 Likes
1 Replies
replied 11 years ago

Model relationship not updated after deleting related models.

I guess it is totally normal behaviour as models are not purged after they are deleted from the data...

0 Likes
replied 11 years ago

Autoload dynamic added classes

You most likely can just require it like: require_once 'app/sites/1/models/CustomModel';

0 Likes
replied 11 years ago

Bypass CSRF protection on specific routes?

As far as I know routes don't apply csrf filter by default. Give some more information.

0 Likes
replied 11 years ago

Password Hash not working on Model::update

How does your model look like ? Maybe you don't have password in your $fillable property on model, t...

0 Likes
replied 11 years ago

Created a helper class but Form::text() is being returned as text and not a input field...

So show us the actual implementation of the inputText() method then.

0 Likes

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.

© 2026 Laravel.io - All rights reserved.