php - How to Install already created project of Laravel -


i have project developed on laravel. copied project , pasted in xampp's htdocs folder.

when run project localhost/laravelprojectname, opens following screen:

at: http://postimg.org/image/jkzjpe2yd/

when open http://localhost/prg/public/, opens login screen, when click on link opens page following error message:

whoops, looks went wrong.

i searched on net couldn't find related.

i have install , update composer in destination folder

use http://localhost/prg/public/index.php url other route work fine. or use code inthe .htaccess file in public folder

<ifmodule mod_rewrite.c>    rewriteengine on     rewriterule ^(.*)$ public/$1 [l] </ifmodule> 

this enable work http://localhost/prg


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -