Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Created July 7, 2018 02:00
Show Gist options
  • Save jhowbhz/8e15b8b6bc30252074cfbdbc2bd36d65 to your computer and use it in GitHub Desktop.
Save jhowbhz/8e15b8b6bc30252074cfbdbc2bd36d65 to your computer and use it in GitHub Desktop.
Como adicionar helps ide no laravel
/*
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