Skip to content

Instantly share code, notes, and snippets.

@richardDobron
Created July 11, 2022 17:17
Show Gist options
  • Save richardDobron/b9247b471e31e15c4d9af547c83eec4b to your computer and use it in GitHub Desktop.
Save richardDobron/b9247b471e31e15c4d9af547c83eec4b to your computer and use it in GitHub Desktop.
Composer command that generates helper files that enable your IDE to provide accurate autocompletion. Generator: barryvdh/laravel-ide-helper
{
…,
"scripts": {
"schema": "php artisan ide-helper:models -r -W"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment