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...
In my Message.php model, I defined the following: class Message extends Eloquent { public functi...
What I want to do is @include(@yield('layout')) which I can't do because it is most likely nesting p...
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...
Hi I have a strange problem on a parallel plesk. everything work's fine on my local apache but after...
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...
Hi, I have a simple scenario here that is bugging me. There are two models: class DbNation extends E...
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 Guys I am saving a connection to a remote database in a static class variable. I can mock the con...
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