I have PHP 7.3 and a Laravel 8 site that has been parked with Laravel Valet. I try to access the application at app.test and I get the following message:
Warning: opendir(/Users/username/Desktop/CodingProjects): failed to open dir: Operation not permitted in /Users/username/.composer/vendor/laravel/valet/server.php on line 132 404 - Not Found
I have tried making the public folder and server.php file executable in the Laravel root folder the app is running it and have been going in circles. Running a Mac with an M1 chip. Any help would be much appreciated!