Support the ongoing development of Laravel.io →

MineSQL

Joined 18 Jun 2014

Statistics

Threads 2
Replies 4
Solutions 1
Articles 0

Eloquent Query's not working with a certain table

Hello, I am porting my current website over to laravel and I'm having some issues. I'm trying to lis...

0 Likes
5 Replies
Solved

Allowing Page Access without Redirection

I need to handle a coinbase callback. I am using Route::any() to then use a specified controller met...

0 Likes
1 Replies
Solved
replied 9 years ago

Eloquent Query's not working with a certain table

pogachar said: DrPrez said: Do you have relations between posts and comments models? In that case...

0 Likes
replied 9 years ago

Eloquent Query's not working with a certain table

pogachar said: $comments = comments::where('post_id', '=', $post_id)->first(); On a side note.....

0 Likes
replied 9 years ago

Allowing Page Access without Redirection

With the help of carbonphyber in the IRC, I was able to figure out the issue. It was a simple route:...

0 Likes
Solved
replied 9 years ago

Password hashing issue causing the same password to have differing hashes

If I'm not mistaken, Laravel uses BCRYPT alogrithm to generate hashes. This is a ONE WAY hash, which...

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.