Skip to content

Instantly share code, notes, and snippets.

@uchm4n
Created October 17, 2021 19:51
Show Gist options
  • Save uchm4n/ebc5a16255179200e410c77cbfd707c5 to your computer and use it in GitHub Desktop.
Save uchm4n/ebc5a16255179200e410c77cbfd707c5 to your computer and use it in GitHub Desktop.
you can: tinker 'User::first()'
function tinker()
{
if [ -z "$1" ]
then
php artisan tinker
else
php artisan tinker --execute="dd($1);"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment