I have installed laravel packages on staging server and packages working fine. But when i take pull on staging server, it is showing me error that package class not found.
Steps I have followed to resolve issue
- I have check in vendor folder as well as in config/app.php, but I got class declaration and package folder is there.
- After this when I update composer, my issue get resolved.
Is there any other file which should i look for class defination?