How to import laravel project from windows to linux? -
i've created laravel project on windows environment worrking fine.. have move project linux environment. i've tried following methods failed.
method1:. created new project on linux using composer create-project laravel/laravel
, replaced app directory local instance app directory
method2. moved entire project windows linux (through ftp).
in both above methods failed access urls. i'm sure installed correctly on linux machine.
when access project on linux /public
see success screen you've arrived.
but when access view pages public/users/login
. i'm getting page not found error. same path working fine under windows.
what wrong. i'm newbie in laravel. appreciated.
if route works /public/index.php/users/login
(and does, see comments) means .htaccess url rewriting isn't working properly.
these things can check:
Comments
Post a Comment