Zunächst ein neues Projekt auf der Basis von composer erzeugen.
Das Weitere nach barryvdh:
Require this package with composer using the following command:
composer require barryvdh/laravel-ide-helper
After updating composer, add the ServiceProvider to the providers array in app/config/app.php
'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider',
You can now re-generate the docs yourself (for future updates) in artisan
php artisan ide-helper:generate
Ferner fehlt noch die Integration von PHPunit für die Tests: Anleitung bei Culttt.