Generating PPTX with pptxgenjs
This pptxjs library allows to generate pptx. https://gitbrent.github.io/PptxGenJS/ I’ve used this module in a php application (running the nodejs with exec function) : if you want to generate a pptx…Continue Reading …
tips and tricks about PHP, Symfony, Laravel, javascript
This pptxjs library allows to generate pptx. https://gitbrent.github.io/PptxGenJS/ I’ve used this module in a php application (running the nodejs with exec function) : if you want to generate a pptx…Continue Reading …
DB::enableQueryLog();
$my_model = DB::table(‘model’)->get();
var_dump(DB::getQueryLog());