I copy the online server-based Laravel development project directly to local, then I intend to build a test environment in the local tower (don't ask why), then I run in the local Wamp integrated development environment, open Directory is like this.
Then use the command line PHP artisan serve same error.
I know it's not the right way, but I can't find the information on the Internet. So here's how to get a copy from the server to be locally configured as a test environment? Not much thanks ~
Reply content:
I copy the online server-based Laravel development project directly to local, then I intend to build a test environment in the local tower (don't ask why), then I run in the local Wamp integrated development environment, open Directory is like this.
Then use the command line PHP artisan serve same error.
I know it's not the right way, but I can't find the information on the Internet. So here's how to get a copy from the server to be locally configured as a test environment? Not much thanks ~
Laravel need to be executed directory such as Web/public also need to be and public
Laravel's portal file is not in the root directory, in public
The way to access is http://www.example.com/public/index.php
If you take the source directly from git, you need to install composer and then composer installed.