Hello, i have created a master layout and extending it to a child view this way: master.blade.php (s...
In the process of writing unit tests, I noticed that my model mutator is only run ONCE, even though...
How can I install HTML Purifier to Laravel. Please help.
Do you need it at all? I think it's making laravel even harder.
Hey, when logging in i get this error Illuminate \ Database \ QueryException SQLSTATE[42S22]: Colu...
I am working on my first ever Laravel 4 REST project. My basic question is how can I create a global...
I would like to generate Laravel project to phar file. Have any package for this? Thanks for your he...
i am following this tutorial http://scotch.io/tutorials/php/a-guide-to-using-eloquent-orm-in-laravel...
How to retrieve browser cookie set by another domain in Laravel 4 ?
Hi, I'm working on a CMS and I have a little problem with my migrations. I added a new migration fil...
I am trying to seed an image, however it fails a validator test for 'image' - even though I am passi...
Hi I have spun up 4 servers using Forge, 3 with Rackspace and one with Digital Ocean, they all seeme...
Hi all! I am having trouble with global scopes, especially the removal of the scope. In my User mode...
Hi, When I move the Routes around in my Routes file pages will stop working and others will start wo...
i have this multiple select from a form: {{Form::select('category[]',$category_details,null,arra...
i have strange issue i have a table with a column of longtext. when i use laravel to retrieve the da...
I want something similar to withTrashed() and onlyTrashed() for my posts so I can get only public po...
Hi everybody, I would like sign in users with runkeeper in my website. So i use the OAuth-4-laravel...
// validate $rules = array( 'product_code' => 'required',...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community