If I have two models: Institution and InstitutionStatus Is it considered bad practice to have Instit...
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 there. I'm new to Laravel so please be gentle with me! I'm a little stumped as to how I would go...
Hi I try to install laravel 4 on my ubuntu 13.10 using the laravel command but when i palce the lara...
I'm setting up Asset-Pipeline as part of our project. Previously we used Codekit to compile these SC...
Hi, I'd need to set a default value for any Eloquent model attribute. So, for example if I try to ge...
Any chance of adding an "Architecture" tag as an option? This tag would represent threads...
This is a noob question but I hope you can help. I have a table of reference data (places, events, p...
Hi, Yes - i know there's threads about this but I've tried just about everything. After upgrading to...
Hello Community! I developed an Application with Laravel 4.1 on my Windows machine (and it's working...
Every company in my app has a folder that has the same name as the company name: Inside that folder...
have used pagination in laravel and that time the query is very simple. So I have manage to work on...
Hello, I have a form with select name "interests" and i present multiple options so i am u...
With the help of some nice folks over on Reddit I was able to get most of my controller functionalit...
Hello, I'm getting a class not found exception after creating a service provider for my repositories...
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...
Retrieving A Record By Primary Key $user = User::find(1); var_dump($user->name); Is there anyway...
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