Hello, My query is returning the wrong product. My Order.php has a relation of public function items...
Is there a way to access the model itself in the custom validators? I've tried passing the id in as...
How do i unhash a password I want to display the password in a textfield inside my app? I uses Hash:...
These are my models User public function posts() { return $this->hasMany('Post'); } P...
Hey guys, i have create a lib class for my ACL. But after call a return Redirect::route(.....) nothi...
Lets start with three examples: <link rel="stylesheet" href="assets/css/app.css&qu...
Pastbin is always easier, see http://laravel.io/bin/dm73 For some reason it doesnt find the class, i...
Hi all , i was created Laravel 4 Multi Auth with Password Reminder :) this the link https://github.c...
Hi all, this is my package https://github.com/pingpong-labs/modules please review :D Thanks :)
Hi guys I want to introduce Laravel to my company. We have an upcoming Fedex day, where we can use a...
$userCollection = DB::table('collections') ->whereIn('user_id', array())...
Is there any fast method to change values into files like language files (php) or json files?
Hi, I'm having a problem. Using migrations I create the following field: $table->boolean('is_clos...
I'm trying to catch the fatal error to display a generic error page. But the fatal error message is...
Inspired by Ruby on Rails, i create laravel notes package to display notes (TODO, FIXME, OPTIMIZE) f...
im using administrator.frozennode but when i try to add a edit_field with the pass confirmation, the...
Trying to be as active as on the old forum I found out it's kind of hard to keep track of topics we...
I am now trying to learning objects, classes and correct MVC in Laravel. Basic MVC Check Would anyon...
I'd love to do some networking with others around New York. I'm part of a small design studio that c...
Hey, I'm trying to build a query where I want only courses that belong to a user_id are displayed. H...
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