This project is new microservices and his first name was MS-CHATDESK.
- PHP 7.1+
- Postgres 9.4+
- Composer
Please check the installation documentation.
- Run config check
./bin/setup
- Run jobs:
php artisan queue:work --timeout=3600
- Create admin user:
php artisan users:create
Check code quality by running php ./vendor/bin/grumphp run
.
After installing, run php ./vendor/bin/phpunit
.