Skip to content

Instantly share code, notes, and snippets.

@utsavsomaiya
Last active March 17, 2024 16:37
Show Gist options
  • Save utsavsomaiya/fec1d78106f628a1ba1f74d597b8c073 to your computer and use it in GitHub Desktop.
Save utsavsomaiya/fec1d78106f628a1ba1f74d597b8c073 to your computer and use it in GitHub Desktop.
Learning Posts

How can we create notes and warning in PR description

PHP Accessing Private or Protected Property and Methods

<?php
Queue::assertPushed(
    TriggerEmailOrSmsServiceJob::class,
    fn (TriggerEmailOrSmsServiceJob $job): bool => $consumer->is((fn () => $this->{'consumer'})->call($job))
);

Easy to use tinker in your app to debug it

https://tighten.com/insights/supercharge-your-laravel-tinker-workflow/ by @calebporzio

Create vs code theme using

https://themes.vscode.one/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment