Reputation: 810
Recently I wanted to add a new package (laravel-dompdf) in Laravel using composer. But it is throwing some Deprecated Notice. Initially I used composer for YII2 and was perfectly working.
Upvotes: 2
Views: 5318
Reputation: 51
Just delete folder 'vendor' and file 'composer.lock'. Then 'composer global update'
IT WORKS.
Upvotes: 5