Support the ongoing development of Laravel.io →
DonaldRecord

DonaldRecord

Joined 8 Sep 2014

Statistics

Threads 4
Replies 35
Solutions 3
Articles 0

Refreshing page causes TokenMismatchException

In my routes I am using the csrf filter, and it is working fine. Route::get('items/index', array('be...

0 Likes
0 Replies

Cast plain old array to Laravel Collection

I have written a PostGres function that uses a CTE to return me a result set. The result set contain...

0 Likes
3 Replies
Solved

General Laravel/AJAX question

I apologize in advance if someone has addressed this on a separate thread and I just didn't see it....

0 Likes
10 Replies
Solved

Call to undefined method stdClass

What am I doing wrong? I have a 'Category' model that is the model for my table 'categories'. In the...

0 Likes
2 Replies
Solved
replied 11 years ago

How to initialize my Model to save data coming from Ajax request

I would try it without the "new Dog" part like this: $dog = array('dog_name' => $dog_na...

0 Likes
replied 11 years ago

Need to create a override table function?

Do you have a model for both Suppliers and for Users? I'm having a hard time understanding your ques...

0 Likes
replied 11 years ago

eloquent - set value from sql select query

DB::table('table')->insert(array('column' => Table2::orderBy('id', 'desc')->first()->id)...

0 Likes
replied 11 years ago

Get index of array(with objects inside) where the object's attribute = x

It looks like you've already got the data from the database. That's the most important thing in rega...

0 Likes
Solved

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.

© 2026 Laravel.io - All rights reserved.