Let's say a school has many teachers, and each teacher has many pupils. Is there an easy way of retu...
When I use composer to download packages , I saw these package in folder vendor , the question there...
Hi, In my model I have users. Each user may have some roles. Each role have some allowed activities....
Is it possible to customize where the system looks for the environment config folder? For instance i...
Hi I try to install laravel 4 on my ubuntu 13.10 using the laravel command but when i palce the lara...
Hi, I'd need to set a default value for any Eloquent model attribute. So, for example if I try to ge...
This is a noob question but I hope you can help. I have a table of reference data (places, events, p...
have used pagination in laravel and that time the query is very simple. So I have manage to work on...
With the help of some nice folks over on Reddit I was able to get most of my controller functionalit...
So I'm just starting to use namespacing and I'm I would like to know the recommended method for stru...
public function store() { $input = Input::all(); $validation = Validator::make($input, Usuario::$rul...
In the User model, I've created a property called groupMembership and a method called setGroupMember...
Hello, In my project, I have to send SOAP requests to a remote webservice. I then use the XML respon...
Hello guys, I got this big question on this scenario: I'm building a easy post and comment system, b...
Can someone please explain , from a point of good architecture/design why Foundation and Support pac...
Hello so I have laravel on my localhost and there is a bomb of random files which i don't fully unde...
Retrieving a datetime field which is YYYY-MM-DD and I need to display it as dd/mm/yy. So I am using...
Hi I have a strange problem. Welll im using Form::select and supply it with data. Then te Form::mode...
Hi, how can I make dynamic prefix for all routes in Laravel? I want something like /{model_id}/contr...
When users browse my website on their iPhone's Safari, it will automatically request for many variat...
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.