Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KPI] Andon system #551

Closed
SMEWebify opened this issue Oct 6, 2024 · 1 comment
Closed

[KPI] Andon system #551

SMEWebify opened this issue Oct 6, 2024 · 1 comment
Assignees
Labels
php Pull requests that update Php code User Story Need or expectation expressed by a user

Comments

@SMEWebify
Copy link
Owner

@SMEWebify SMEWebify added php Pull requests that update Php code User Story Need or expectation expressed by a user labels Oct 6, 2024
@SMEWebify SMEWebify self-assigned this Oct 6, 2024
@SMEWebify SMEWebify added this to WEM Oct 6, 2024
@SMEWebify
Copy link
Owner Author

Use pusher & Laravel-echo :

# Pusher application credentials pusher.com
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
        "pusher/pusher-php-server": "^7.2",
        "vue": "^3.5.11",
        "pusher-js": "^8.4.0-rc2",
        "laravel-echo": "^1.16.1",
        "laravel/telescope": "^5.2",
php artisan serve
laravel-echo-server start
redis-server

@SMEWebify SMEWebify moved this to In progress in WEM Oct 6, 2024
SMEWebify added a commit that referenced this issue Oct 6, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in WEM Oct 6, 2024
@SMEWebify SMEWebify pinned this issue Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
php Pull requests that update Php code User Story Need or expectation expressed by a user
Projects
Status: Done
Development

No branches or pull requests

1 participant