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.

enter image description here

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:

  1. public/.htaccess should this
  2. .htaccess has enabled on server tutorial

Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -