Created
July 7, 2018 02:00
-
-
Save jhowbhz/8e15b8b6bc30252074cfbdbc2bd36d65 to your computer and use it in GitHub Desktop.
Como adicionar helps ide no laravel
This file contains hidden or 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
/* | |
Install repository GIT | |
composer require barryvdh/laravel-ide-helper | |
Inserir no array de provides | |
local: Config\app.php | |
Inserir | |
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class, | |
Para finalizar | |
composer require --dev barryvdh/laravel-ide-helper | |
Documentação | |
https://github.com/barryvdh/laravel-ide-helper | |
/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment