Created
July 11, 2022 17:17
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
…, | |
"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