Skip to content

e-volution blog

tips and tricks about PHP, Symfony, Laravel, javascript

Month: January 2020

24/01/202024/01/2020

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 …

23/01/202024/01/2020

Display all SQL executed in Eloquent

DB::enableQueryLog();
$my_model = DB::table(‘model’)->get();
var_dump(DB::getQueryLog());

Recent Posts

  • Laravel Twitter
  • There’s a hidden API endpoint you can use to validate if a provided Gmail address exists or is made up.
  • How to fix MacOS Big Sur issue with Virtualbox – failed to open a session
  • commandlinefu
  • Generating PPTX with pptxgenjs

Categories

  • API
  • bigsur
  • email
  • gmail
  • Laravel
  • macos
  • nodejs
  • twitter
  • virtualbox
  • weblink

Tags

Laravel (1) log (1) query (1)

Archives

  • December 2020
  • November 2020
  • August 2020
  • January 2020
Proudly powered by WordPress | Theme: GroundWP by the contributors.