重学PHP

2018-06-06  本文已影响0人  林慕空

Run your application:

1. Change to the project directory
2. Execute the php -S 127.0.0.1:8000 -t public command;
3. Browse to the http://localhost:8000/ URL.

   Quit the server with CTRL-C.
   Run composer require server --dev for a better web server.

Database Configuration

How to test?

上一篇下一篇

猜你喜欢

热点阅读