git clone https://github.com/kapitansen/mesh-test-app
cd mesh-test-app
cp .env.example .env
composer install --ignore-platform-reqs
npm install
https://laravel.com/docs/8.x/sail#configuring-a-bash-alias
to start: sail up -d
run migrations:
sail artisan migrate:fresh
worker, queues & websockets starting automatically.
open http://0.0.0.0/
run tests:
sail artisan test