Localhost Index is a replacement "index.php" for Laragon / WampServer / XAMPP users.
Make sure the project-name.test -> /webdev/project-name/public_html/
local dev format is working first.
- Map
localhost-index.test
to the projectpublic_html
dir. - Redirect
localhost
tolocalhost-index.test
. (example code).
Your settings can be found in app/config.php
.
- You can set a different TLD than
test
. - You can exclude folders from the project list.
- You can enable SSL/HTTPS for your project links.
The develop
branch is built for local development with URLs that look like project-name.test
.
The nip.io
branch is built for local development with URLs that look like project-name.dev.10.10.10.56.nip.io
.
Found a bug? Anything you would like to ask, add or change? Please open an issue so we can talk about it.
Pull requests are welcome. Please try to match the current code formatting.
npm i
npx gulp --env=prod
(repeat)