File tree Expand file tree Collapse file tree
user_guide_src/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Local Development Server
5353========================
5454
5555CodeIgniter 4 comes with a local development server, leveraging PHP's built-in web server
56- with CodeIgniter routing. You can use the ``serve `` script to launch it,
56+ with CodeIgniter routing. You can use the ``spark serve `` command to launch it,
5757with the following command line in the main directory::
5858
5959 > php spark serve
@@ -87,7 +87,7 @@ Hosting with Apache
8787===================
8888
8989A CodeIgniter4 webapp is normally hosted on a web server.
90- Apache's `` httpd `` is the "standard" platform, and assumed in much of our documentation.
90+ Apache HTTP Server is the "standard" platform, and assumed in much of our documentation.
9191
9292Apache is bundled with many platforms, but can also be downloaded in a bundle
9393with a database engine and PHP from `Bitnami <https://bitnami.com/stacks/infrastructure >`_.
You can’t perform that action at this time.
0 commit comments