@@ -146,13 +146,7 @@ Composer Unused does one thing: checks that your code actually uses the dependen
146146have included via Composer. It can be easy to forget to update your ** composer.json** when
147147your code drops a dependency, so this workflow will help track those down.
148148
149- ## Example Files
150-
151- Besides the template files, this repo includes some examples for integrating CodeIgniter
152- with other third-party resources. These files (in ** Examples/** ) may change over time and
153- should not be relied on for anything more than a reference for your own code.
154-
155- ## Hosting with Vagrant
149+ ### Hosting with Vagrant
156150
157151> ** Note**
158152> The ` Vagrantfile.dist ` is unmaintained. It does not work now.
@@ -163,10 +157,10 @@ plan to deploy on, even if you develop on a different one.
163157Even if you are using the same platform for both, virtualization provides an
164158isolated environment for testing.
165159
166- The codebase comes with a ** src/Vagrantfile.dist** , that can be copied to ** Vagrantfile**
160+ The codebase comes with a ** src/Template/ Vagrantfile.dist** , that can be copied to ** Vagrantfile**
167161and tailored for your system, for instance enabling access to specific database or caching engines.
168162
169- ### Setting Up
163+ #### Setting Up
170164
171165It assumes that you have installed [ VirtualBox] ( https://www.virtualbox.org/wiki/Downloads ) and
172166[ Vagrant] ( https://www.vagrantup.com/downloads.html )
@@ -178,7 +172,7 @@ The Vagrant configuration file assumes you have set up a [ubuntu/bionic64 Vagran
178172> vagrant box add ubuntu/bionic64
179173```
180174
181- ### Testing
175+ #### Testing
182176
183177Once set up, you can then launch your webapp inside a VM, with the command:
184178
@@ -189,3 +183,9 @@ Once set up, you can then launch your webapp inside a VM, with the command:
189183Your webapp will be accessible at http://localhost:8080 , with the code coverage
190184report for your build at http://localhost:8081 and the user guide for
191185it at http://localhost:8082 .
186+
187+ ## Example Files
188+
189+ Besides the template files, this repo includes some examples for integrating CodeIgniter
190+ with other third-party resources. These files (in ** Examples/** ) may change over time and
191+ should not be relied on for anything more than a reference for your own code.
0 commit comments