2015-01-30

I am new in Ubuntu and I'm trying to migrate a Laravel app to Ubuntu. Please take a look at the below steps which I have done.

Copied my Laravel project and uploaded the database.

Started my XAMPP server and pointed my Laravel app in browser, it's showing an error like:

Warning: require(/opt/lampp/htdocs/timegear/bootstrap/../vendor/autoload.php): failed to open stream: Permission denied in /opt/lampp/htdocs/timegear/bootstrap/autoload.php on line 17

Fatal error: require(): Failed opening required '/opt/lampp/htdocs/timegear/bootstrap/../vendor/autoload.php' (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/timegear/bootstrap/autoload.php on line 17

When trying to update the composer with terminal, it's throwing an error like:

Please give me a solution for it.

Show less