Skip to content

e-volution blog

tips and tricks about PHP, Symfony, Laravel, javascript

15/12/202015/12/2020

Laravel Twitter

Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x https://github.com/atymic/twitter    

01/12/202001/12/2020

There’s a hidden API endpoint you can use to validate if a provided Gmail address exists or is made up.

There’s a hidden API endpoint you can use to validate if a provided Gmail address exists or is made up. <?php namespace App\Rules; use Illuminate\Contracts\Validation\Rule; class ValidGmailAddress implements Rule {…Continue Reading …

28/11/202028/11/2020

How to fix MacOS Big Sur issue with Virtualbox – failed to open a session

After upgrading to MacOS Big Sur, my virtual boxes stopped to work. At first with a driver related to drivers. To fix this, you have to download the latest virtualbox…Continue Reading …

30/08/202030/08/2020

commandlinefu

commandlinefu.com is the place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. All commands can…Continue Reading …

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.