I am trying to make some information display in real-time on a site of mine. Followed this guide: ht...
I've created a type of forum which is sorted by "updated_at", but right now every page vie...
I am simply adding a paypal IPN (using the https://github.com/mike182uk/paypal-ipn-listener) to add...
Omg, thanks!! That was it :) After parsing the JSON via jquery I was able to post both values into t...
I am about to start an acheivement system as well, Event listeners are DEFINITELY the way to go for...
Seems like event listeners worked: Event::listen( 'thread.increment', function( $id, $timestamp ) {...
Nope, didn't work, same issue :( thinking of trying some kind of event
I had just added that public $timestamps actually, thanks for pointing that out, but that's not it u...
The Laravel portal for problem solving, knowledge sharing and community building.
The community