https://call-center.oceceli.com/
Credentials:
superuser@example.com
qwerty123456
Install composer dependencies without installing composer itself
sudo docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/var/www/html \
-w /var/www/html \
laravelsail/php81-composer:latest \
composer install --ignore-platform-reqs./vendor/bin/sail up -d
./vendor/bin/sail artisan migrate:seedsuperuser@example.com
qwerty123456