Tuesday, May 23, 2017

Trying to get laravel to a online server

I am trying to get a laravel project online on my server.

What ive done:

  • Copy all files to public_html folder the copy the public contents to public_html root too.
  • Ran the composer install and update wich are executed sucessfully.

But when i try to access the server i get the following error:

Warning: require_once(DIR/bootstrap/start.php): failed to open stream: No such file or directory in /home/ivaware/public_html/index.php on line 36

Fatal error: require_once(): Failed opening required 'DIR/bootstrap/start.php' (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/ivaware/public_html/index.php on line 36

I dont have this file "start.php".

I tried to deleted vendor folder and composer.lock file and then generate again this files with composer install but no luck.

What can i try/do ?



via Duarte Andrade

Advertisement