Download the PHP package ashjoory/radicle-valet-driver without Composer
On this page you can find all versions of the php package ashjoory/radicle-valet-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package radicle-valet-driver
Custom Driver For Radicle Local Setup On Herd/Valet
This package provides a custom Valet driver tailored for Bedrock/Radicle-style WordPress projects to be used exclusively in local development environments. It ensures Valet serves the /public
directory and properly handles trailing slashes for /wp/wp-admin
. This driver is intended for local use only and should not be deployed to production.
Installation
-
Install the package as a development dependency via Packagist:
- Upon installation, the driver file
LocalValetDriver.php
will be automatically copied to your project root if it does not already exist. The file is also added to your.gitignore
to prevent it from being committed to your repository.
Purpose
- Provide a seamless local development experience for Radicle/Bedrock WordPress projects using Valet or Herd.
- Automatically map Valet to the correct
/public
directory. - Handle trailing slashes for
/wp/wp-admin
routes correctly. - Ensure the driver is only used in local environments by keeping it out of version control.
Notes
- This driver should not be used or deployed in production environments.
- The automatic copying and
.gitignore
management help maintain a clean project setup without manual steps. - If you need to customize the driver, edit the copied
LocalValetDriver.php
in your project root.
All versions of radicle-valet-driver with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
composer-plugin-api Version ^2.0
composer-plugin-api Version ^2.0
The package ashjoory/radicle-valet-driver contains the following files
Loading the files please wait ....