Support the ongoing development of Laravel.io →

Jameron

Joined 16 Apr 2014

Statistics

Threads 7
Replies 7
Solutions 1
Articles 0

Custom pivot table that accepts null values, using attach does not work with null values. Why? How to work around?

Here are my models: class Group extends Eloquent { public function members() { return $...

0 Likes
2 Replies

Get collection and associated pivot with one query

Here are my models: class BookReading extends Eloquent { // Book reading has many authors p...

0 Likes
1 Replies
Solved

How to prevent duplicates on belongsTo/hasMany associative relationships.

on album model: public function band() { return $this->belongsTo('Band'); } on...

0 Likes
3 Replies

How to put data in a page layout, without using @section

Is there a way to access data from a query in a page layout? For example, I would like to get the to...

0 Likes
2 Replies

Saving dynamically created form field array to db Laravel way

I have this input in my view: {{ Form::text('first_name[]', null, array('class'=>'form-contro...

0 Likes
9 Replies
replied 9 years ago

Laravel + Authorize.net

Use the Auth.net SDK

0 Likes
replied 9 years ago

Get collection and associated pivot with one query

I figured it out: $book_readings = BookReading::whereIn('location_id', $book_stores)         ->w...

0 Likes
Solved
replied 9 years ago

Saving dynamically created form field array to db Laravel way

im looking at this again tomorrow. i skipped it and moved to other stuff for a while after trying wi...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.