Martyn Bissett

Results 8 comments of Martyn Bissett

I'd like to see this too. In the meantime, I've doing this but it's not very tidy: ``` // Stript the outer div from a block as it's breaking Bootstrap...

By the way, my docker version is docker-ce ``` $ docker -v Docker version 18.09.1, build 4c52b90 $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu...

Hi. Sorry about the delay, and thanks for getting back to me. I've had to address a couple other things in the game but hoping to give this a bit...

Hi. Just came back to give an update. I just managed to get remote play working for the first time. However, this was when I hit play button in the...

Hi. I've a feeling that it is working, but I haven't had the chance to test it. Just been busy with other things since the game was launched. There was...

Hi. Remote Play together worked fine when tested today. Really I don't know what the issue was before. The game wasn't at the time live, or perhaps that I was...

Hi. You can see an example in the readme: ``` php // index routes (homepage, about, etc) $app->group('', function () use ($app) { $controller = new App\Controller\IndexController($app); $app->get('/', $controller('index')); $app->get('/contact',...

I think I gave up, never got this one working. Had better luck with https://github.com/caffeinated/themes though in Laravel 5. Maybe give that one a go... unless one of these guys...