Laravel Algorand

Hello everyone. I am trying to link laravel with algorand by following the tutorial at https://developer.algorand.org/

in which folder is supposed to run this code?

docker run --rm
-u “$(id -u):$(id -g)”
-v $(pwd):/opt
-w /opt
laravelsail/php80-composer:latest
composer install --ignore-platform-reqs

I always get this error message: docker: invalid reference format.

Thanks if anyone has an idea.

@Froyate check out Laravel Sail - Laravel - The PHP Framework For Web Artisans to see how to install the composer dependencies for an existing project.

Make sure the root directory does not have a space in it as well.