https://call-center.oceceli.com/
Credentials:
[email protected]
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:seed
[email protected]
qwerty123456