Download the PHP package hasnularief/iqueue without Composer
On this page you can find all versions of the php package hasnularief/iqueue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hasnularief/iqueue
More information about hasnularief/iqueue
Files in hasnularief/iqueue
Package iqueue
Short Description Indonesia Queue System (Sistem Antrian Bahasa Indonesia)
License MIT
Informations about the package iqueue
IQUEUE SYSTEM
(SISTEM INFORMASI ANTRIAN BAHASA INDONESIA MULTI LOKASI)
Requirement
Laravel 6.0 and configurated database
Installation
Export configurations
Configurations
- Set permission folder
public/iqueue/ticket
torw
- Set
printer_name
andprinter_type
inconfig\iqueue.php
- Set
BROADCAST_DRIVER=pusher
,PUSHER_APP_ID=your_pusher_app_id
,PUSHER_APP_KEY=your_pusher_app_key
,PUSHER_APP_SECRET=your_pusher_app_secret
in.env
file - Set in
config/broadcasting.php
Set timezone
in config\app.php
Finally run php artisan config:cache
and php artisan route:cache
Run Services
Run websocket-server
Link TV dan Cetak Ticket
http://your-app.test/iqueue/tv?location={location}
http://your-app.test/iqueue/ticket?location={location}
Link Pemanggil
http://your-app.test/iqueue/call?location={location}&type={A}&key={counter_key}&mode={CALL}
Atau dapat menggunakan aplikasi windows yang telah disediakan.
Customize
Untuk mengkustom tampilan tv dan ticket sebelumnya dapat mengeksport blade terlebih dahulu.
php artisan vendor:publish --tag=iqueue-view
file blade baru akan ada di folder view\iqueue
project laravel. Silahkan kustom kemudian daftarkan di config\iqueue.php
Catatan
Iqueue akan menghapus database tanggal sebelumnya saat merefresh halaman tv.
Bantuan
Untuk printer type windows, set net use connection from cmd. Windows harus memiliki user name dan password ` Jika gagal coba hapus dan buat lagi, serta restart service net use .
Untuk otomatis login user windows https://www.cnet.com/how-to/how-to-log-on-to-windows-7-automatically/
All versions of iqueue with dependencies
mike42/escpos-php Version ^1.6
intervention/image Version ^2.4
pusher/pusher-php-server Version ^4.0
beyondcode/laravel-websockets Version ^1.3