Open bunsuke06 opened 5 years ago
@bunsuke06, my bad. I included a line from my configuration for ide-helper package which allows the IDE completions for data models.
I updated the installation wiki to remove the line and you should remove it from your composer file since you do not have the package installed:
"php artisan ide-helper:generate",
Otherwise, you can ignore the error since it is harmless and has no side-effects other than the error message.
I'm new at laravel these are what I use: Laravel : 5.5 php 7.2
I got the error when trying to install laravel-translation-manager (after edite composer.json and composer update ) :
I already add ServiceProviders to the providers array in config/app.php
Thank you so much!