Hello! I'd like to get some informations about Laravel 5.1 command bus. As far as I see in 5.0 there...
Hi! I encountered a really strange problem with my configuration for Beanstalkd and Supervisor. The...
Hi! Recently I was using a bit of repositories and one thing I am really curious about is how to imp...
Hello! For some reason this code causes redirect loop and I have no idea why. I know I could use Ses...
Hello! Does anyone knows if there is a chance to somehow mock call to Cookie::get() method ? I know...
You may try to use public_path() method to get the path to image.
You can for example do something like: foreach($data as $key=>$value){ $book->setAttribute...
PHP does not allow for multiple intheritance. You could take a look at decorator pattern which is ki...
First of all check if your view composer code is being called by dd() before the View::composer. Sec...
Why could you not assign this key like the way you've shown ? Mass assignment protects from filling...
The Laravel portal for problem solving, knowledge sharing and community building.