markdown-table
markdown-table copied to clipboard
Dynamically create markdown tables
Adds `^11.0` to `illuminate/contracts` for Laravel 11 support
I looked into the upgrade guide and it appears there will be no conflicts with this code and Laravel 10 :) Smooth upgrade!
I've updated the dependencies to add support for Laravel 6.
Hi, while I use this cool project to generate md table, I found a problem. If text contains UTF8 character. string length count will have problem. ```php $tableBuilder ->headers(['UTF8','test']) ->rows([...