Laravel Herd - markhowellsmead/helpers GitHub Wiki
WordPress
Multisite
- Add the following driver to enable multisite in subfolder mode:
https://github.com/fanaticdesign/wordpress-multisite-subdirectory-valet-driver - Add
define('WP_CONTENT_URL', 'https://******.test/wp-content');to wp-config.php (with the correct domain).
Errors
/usr/bin/env: mysql: No such file or directory
Make sure that the following line (or equivalent) is in your .bash_profile or .zprofile.
export PATH="/Users/Shared/Herd/services/mysql/8.0.36/bin:$PATH"