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:

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
Post a Comment