I have a Laravel website, hosted on server. Now I am trying to work on some of the modules, I am not getting how I can deploy it on my localhost.
These are the steps I have tried:
- Downloaded the app folder from the Hosting server.
- Installed a fresh Laravel 4 in my system .
- Replaced the App folder with my website App folder.
- Downloaded the databse and uploaded in my PHPMyadmin
But I am getting following error
Symfony \ Component \ Debug \ Exception \ FatalErrorException Class 'Intervention\Image\ImageServiceProvider' not found
The guy who developed the website he told he had used Laravel4 for that.
When I tried to do php artisan serve
I got this error
{"error":{"type":"ErrorException","message":"include(C:\\Users\\User\\Desktop\\i
deconnect\\vendor\/intervention\/image\/src\/Intervention\/Image\/ImageServicePr
ovider.php): failed to open stream: No such file or directory","file":"C:\\Users
\\User\\Desktop\\ideconnect\\vendor\\composer\\ClassLoader.php","line":378}}
UPDATE
When I did
composer update
I am getting following error
{"error":{"type":"ErrorException","message":"include(C:\\Users\\User\\Desktop\\i
deconnect\\vendor\/intervention\/image\/src\/Intervention\/Image\/ImageServicePr
ovider.php): failed to open stream: No such file or directory","file":"C:\\Users
\\User\\Desktop\\ideconnect\\vendor\\composer\\ClassLoader.php","line":378}}
Please guide me how to fix this problem.