Since version 5.4 PHP can work as a simple webserver so you can develop Yii applications without installing Apache. That's how to use it:
cd to webroot (where your index.php is).path/to/php -S localhost:8080
http://localhost:8080/.You don't need any rewrite rules. Both clean URLs and path-style URLs are working just fine.
Total 1 comment
about new array style, is it automatically works here?...
Leave a comment
Please login to leave your comment.