This project is a simple realtime worker scheduler app with Laravel 8 + Vue js + Inertia js + websockets.
Do the following steps one by one:
- clone project on your destination folder
- create mysql database and update it's information in .env file.
- open terminal in project folder and run following commands :
- composer install
- php artisan easy:install
For running the project you should first start the websocket server by following command:
php artisan websockets:serve
And then in another terminal run your laravel server with following command:
php artisan serve
then you can login with admin or worker account with these credentials:
admin email: [email protected]
admin password: password
worker email: [email protected]
worker password: password