We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public/
macOS
15.2 (24C101)
ARM64 (M1, M2, etc)
1.14.1 (Build: 39)
PHP 8.4.3 (cli) (built: Jan 18 2025 00:23:59) (NTS)
I'm running https://roots.io/radicle/ which really running laravel for wordpress.
When I goto https://radicle.test I get a 404 Site not found
https://radicle.test
The main issue here, I believe, is I have no way to configure the local development setup to set the public/ directory as the webroot
I've done all of this.
bud.config.js
http://radicle.test
yarn && yarn build
composer install
.env.example
.env
I was able to create a herd.yml file. It's not clear how to configure the public/ directory as webroot.
The text was updated successfully, but these errors were encountered:
You would need to create a custom local "Driver" in order for Herd to know how to load your project.
You can learn more about this in the docs section: https://herd.laravel.com/docs/macos/extending-herd/custom-drivers#custom-laravel-driver-example
Sorry, something went wrong.
No branches or pull requests
Platform
macOS
Operating system version
15.2 (24C101)
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.14.1 (Build: 39)
PHP Version
PHP 8.4.3 (cli) (built: Jan 18 2025 00:23:59) (NTS)
Bug description
I'm running https://roots.io/radicle/ which really running laravel for wordpress.
When I goto
https://radicle.test
I get a 404 Site not foundThe main issue here, I believe, is I have no way to configure the local development setup to set the
public/
directory as the webrootI've done all of this.
bud.config.js
: Replacehttp://radicle.test
with your local dev server URLyarn && yarn build
composer install
public/
directory as the webroot..env.example
to.env
and update the environment variablesSteps to reproduce
I was able to create a herd.yml file. It's not clear how to configure the
public/
directory as webroot.Relevant log output
The text was updated successfully, but these errors were encountered: