Support the ongoing development of Laravel.io →

zaalbarxx

Joined 23 Mar 2014

Statistics

Threads 5
Replies 58
Solutions 6
Articles 0

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 9 years ago

Problem loging in, "The page isn't redirecting properly"

Yeah, you clearly did. The way Laravel protects user passwords is by hashing them. It means that it...

0 Likes
replied 9 years ago

Laravel Sublime Text3 intellisense

No, it is just Sublime Text is NOT an IDE. Don't expect it to do everything that PHPStorm does as ST...

0 Likes
replied 9 years ago

Problem loging in, "The page isn't redirecting properly"

Well, in that case there is something wrong with your authentication. Are your users passwords hashe...

0 Likes
replied 9 years ago

how to send value for options in dropdown list from array

Basic PHP I guess ? $Aagents=array(); foreach($agents as $agent) { $agents[$agent-&g...

0 Likes
Solved
replied 9 years ago

Problem loging in, "The page isn't redirecting properly"

It says that the page isn't redirecting properly, because you are creating a loop here.$this->bef...

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.

© 2024 Laravel.io - All rights reserved.