Skip to main content

All Questions

1 vote
1 answer
1k views

Laravel update to 5.8, updating dependencies

I currently have laravel updated to 5.8 from 5.2. Through the process I have it working and displaying the site, but I don't have all of the 5.8 dependencies added in that would be there as if I ...
A. Dady's user avatar
  • 143
2 votes
1 answer
1k views

How to update my Pivot Table with addition field in laravel

My table with eloquent relationship in laravel 5.3 User --id --name Gallery --id --name Video --id --name Tags *pivot ...
Al-Amin's user avatar
  • 778
0 votes
2 answers
4k views

How to run "composer update" on test/production server?

I'm developing an application in laravel, I have completed it on localhost, but when I run it on test server it shows me error Class 'Collective\Html\HtmlServiceProvider' not found I think it need ...
Aamir's user avatar
  • 2,203