Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 961 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 961 Bytes

About

This project is a simple realtime worker scheduler app with Laravel 8 + Vue js + Inertia js + websockets.

Setup

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

Usage

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