Here are my models: class Group extends Eloquent { public function members() { return $...
Here are my models: class BookReading extends Eloquent { // Book reading has many authors p...
on album model: public function band() { return $this->belongsTo('Band'); } on...
Is there a way to access data from a query in a page layout? For example, I would like to get the to...
I have this input in my view: {{ Form::text('first_name[]', null, array('class'=>'form-contro...
Thanks you both! I am gonna use dsamojlenkos as it seems to work ok for now. I'll have to test it in...
Thanks, that was one problem. Still looking at the formatting which is throwing an error in NetBeans...
The Laravel portal for problem solving, knowledge sharing and community building.