Rik Heywood

Results 4 comments of Rik Heywood

Laravel 5+ test framework supports making post requests as part of the TestCase class. See https://laravel.com/api/5.2/Illuminate/Foundation/Testing/TestCase.html#method_post

I've also been working on adding tables to Quill and I think it's going quite well at the moment. I'm using Quill as the heart of a collaborative editing experience...

@saw I certainly learnt a lot by going over your PR a few times, so thanks for pioneering that! It's in a branch of our internal project at the moment....

Here is an extract from the middle of a larger document showing the first 3 columns in a table (JSON)... There is some additional styling in there that you can...