Support the ongoing development of Laravel.io →

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 9 years ago

Escaping for injection

If that wasn't the solution, I don't know if one exists. hahaha. Awesome little tidbit right there.

0 Likes
replied 9 years ago

Can't get accessors to work

Your 'getTotalAttribute()' accessor [if it is doing what I think it's doing] should be declared stat...

0 Likes
replied 9 years ago

Escaping for injection

Correct. If you ever get a DB Query exception in Laravel, you can generally see the escaping that th...

0 Likes
replied 9 years ago

Using variable from controller

try using with() return View::make('pages.signature')->with('data', array("data" =>...

0 Likes
replied 9 years ago
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.