Hello, I am porting my current website over to laravel and I'm having some issues. I'm trying to lis...
I need to handle a coinbase callback. I am using Route::any() to then use a specified controller met...
pogachar said: DrPrez said: Do you have relations between posts and comments models? In that case...
pogachar said: $comments = comments::where('post_id', '=', $post_id)->first(); On a side note.....
With the help of carbonphyber in the IRC, I was able to figure out the issue. It was a simple route:...
If I'm not mistaken, Laravel uses BCRYPT alogrithm to generate hashes. This is a ONE WAY hash, which...
The Laravel portal for problem solving, knowledge sharing and community building.
The community