Hi, I'm new in Laravel. I learn Laravel from "Learning Laravel 4 Application Development"....
I have: class ProfilesController extends BaseController { public function getTest() { return Vie...
public function postSignup() { $validator = Validator::make( array('email' => 'required'|'unique:...
I might be overlooking this in the docs (Laravel 4.0) but I need to know how to query a many-to-many...
Here's my Level model: class Level extends Eloquent { protected $table = "levels"; }...
any idea on simple function to know if the file uploaded is an image? I know you can do geMimeType b...
In the ./application/start.php file, is there a way to respond with the 500 error page here, before...
How can i set maximum width for original images in the uploader? because picutre with more than 5000...
Hey, I'm working on an app made on Laravel where i have to host multiple domains. It's an Project Ma...
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())...
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