Skip to content

oceceli/call-center

Repository files navigation

Demo

https://call-center.oceceli.com/

Credentials: 
superuser@example.com
qwerty123456

Installation

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

Login

superuser@example.com
qwerty123456

About

SPA Call Center App | Laravel, Tailwindcss, Vue 3 and Inertiajs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors