There’s no doubt about it, websockets are awesome. They give your application that live kick to react to events without page loads, just pushed data. To add that to our favourite stack, Laravel as an API back end and ember.js as our interactive front end isn’t the easiest thing to take on but once it […]

Laravel’s routing works fantastically, except when you don’t want to use it. Laravel works as a great back end to single page applications but some of the cool stuff like Laravel’s ability to handle authentication doesn’t work quite right if it’s not serving out the pages. So in Laravel you can do stuff like make […]