Closed Tray2 closed 1 day ago
Hm I was able to successfully create a new Laravel project on an external disk. I was using a newer version of Composer though, so maybe that fixed it?
Try running composer self-update
.
A new Herd update with the latest Composer version will be released tomorrow as well.
Platform
macOS
Operating system version
macOs Sequoia 15.1
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.11.2
PHP Version
No response
Bug description
When trying to run
laravel new some-project
on a external disk, it fails saying that it can't find the composer.json file, and when trying to install PestPHP in and empty directory on the external drive usingcomposer require pestphp/pest --dev --with-all-dependencies
, first prompts me to allow plugins, and after enteringy
, it tries to install and then fails with this messagePlugin pestphp/pest-plugin could not be initialized, class not found: Pest\Plugin\Manager
.Steps to reproduce
The Laravel installer
/Volumes/Expansion/Web-projects
laravel new some-project
in that directory.The composer issue
/Volumes/Expansion/Web-projects
composer require pestphp/pest --dev --with-all-dependencies
Relevant log output