Hello, Consider the following: //Flexible sub domain Route::group(array('domain' => '{account}.ex...
Hello, For the development of an application there are several requirements regarding routing, which...
I have two tables. One is People. The second is Files. Files contains all uploaded files through an...
On the page that lists the user's cars, each list item has the following link: {{URL::to("cars/...
Hello and good day to everyone The issue is tricky (for me). I passed the parameter value from the c...
I have a Post model with the following function: public function tags() { return $this->belongs...
Hello, I'm an absolute beginner so it's possible I'm making a crucial mistake here or something. Til...
When I do a var_dump of the input, the file is not there. I have modified a model bound form created...
Hey guys, I'm pretty new to laravel and I would like to use the Validator which comes with laravel....
Dear Laravel Users, I just got to know a few days ago about Laravel (=> I'm a "stupid starte...
The model: class Item extends Eloquent { public function getCentsAttribute() { return substr(...
I am making a jquery mobile application with laravel. I know how to make one radiobutton with Form::...
In my Car class I have public function user() { return $this->belongsTo('User'); } public fu...
Hi, Given this simple database setup: posts - id tags - id post_tag - id - post_id - tag_id ......
Hi, I am trying to create a cart for my e commerce website. For a single user, it's simple, session...
Hi there, This was a different thread, but incorrectly titled. Anyway, here's the problem: On our d...
Hi, I am new to laravel and this is pretty basic problem (I think) but for some reason I can't get m...
Long title but it kinda sums up the issue. I have an action in a controller that creates a new user...
Hi, is there any way to add custom methods to eloquent models? e.g.: class User extends Eloquent {...
I have a model Object I have passed to the view one of the attributes is a array containing other as...
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