Skip to content

Instantly share code, notes, and snippets.

View abenevaut's full-sized avatar
🤯
Boum Headshot! Boum Headshot! Boum Headshot!!!

Antoine B. abenevaut

🤯
Boum Headshot! Boum Headshot! Boum Headshot!!!
View GitHub Profile
@abenevaut
abenevaut / AdministratorMailableChannel.php
Last active November 30, 2017 19:46
A Laravel 5 channel to send Mailable notifications to administrator
<?php
namespace abenevaut\App\Notifications\Channels;
use Illuminate\Notifications\Notification;
class AdministratorMailableChannel implements MailableChannelInterface
{
/**
@abenevaut
abenevaut / gist:f5a027d2882e4fed386aaf7acdca4f34
Created September 20, 2023 14:02
Laravel Passport with sql serv
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Laravel\Passport\Passport;
class AppServiceProvider extends ServiceProvider
{
/**
@abenevaut
abenevaut / # SQL Server Cheat Sheet.md
Last active March 9, 2024 22:39
SQL Server Cheat Sheet
  • F5 to execute the query in console
  • CTRL+l to execute equivalent of MySQL EXPLAIN
@abenevaut
abenevaut / # brew Mac, fix icu4c issue.md
Last active March 9, 2024 22:51
dyld: Library not loaded: libicudata.71.dylib
@abenevaut
abenevaut / # CircleCi Parallelized jobs and tests.md
Last active March 9, 2024 22:53
Parallelized jobs workflow and "test" job parallelized
  • Parallelized jobs workflow and "test" job parallelized
@abenevaut
abenevaut / # CircleCI workflow.md
Last active March 9, 2024 22:55
Standard circleci workflow
  • Standard circleci workflow
@abenevaut
abenevaut / # Newrelic on Laravel Vapor Docker image
Last active March 9, 2024 22:58
Vapor Dockerfile with newrelic
- Vapor Dockerfile with newrelic
@abenevaut
abenevaut / # Enable docker windows containers on windows.md
Last active March 9, 2024 23:04
Enable docker windows containers on windows
  • Enable docker windows containers on windows
  • xDebug PHP 7.4 with PHPStorm on Mac
  • xDebug PHP 8.0 with PHPStorm on Mac