Replies: 1 comment 1 reply
-
Herd has a concept of "drivers", that allows you to define (either globally or per-project) how Herd should load this project, when looking for the "root" of it. Check out the documentation about custom drivers: As well as this GitHub discussion: #186 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
macOS
Operating system version
Macos Sonoma 14.5
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.6.0
PHP Version
PHP 8.3
Bug description
Hi,
I didn’t find a proper way to contact any support other than this GitHub discussion. Please point me to the right source if this is wrong here. I read all of the (very sparse) documentation about Herd.
I’m currently exploring ways to get away from MAMP Pro which is simply not maintained for a long time and seems not to be interested in adding modern versions of software MySQL etc.
Laravel Herd is recommended as a much faster local development package than MAMP Pro on the web, what is quite tempting. It seems easy enough to develop Wordpress-sites in a laravel environment. I made a quick test and it worked.
But I work with different CMS: e.g. Contao and Typo3. Both need a web-root within the installation directory. Contao asks specifically for /web as a publicly accessible folder (with the system-files installed above the /web directory). To install Contao you have to open the file /web/contao-manager.phar.php in the browser. Opening a php-file directly in a Herd-served directory just doesn't work.
After hours of trying I just don’t get this to work. I experimented with different Herd paths, subfolders, link and park-commands on the command line on different folders, subfolders and even php-files.
It must be possible to work on more complex use cases than just serving an index.php within a simple folder? Or am I wrong? I think if it’s feasible to develop Wordpress projects in Herd, why not other CMS…
What am I doing wrong? Or is Herd maybe the completely wrong tool for me?
Regards
Markus
Steps to reproduce
No response
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions