Best laravel framework open-source packages.

Worker scheduler

Simple work schedule demo project with laravel, vue and websockets
Updated 1 year ago

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: admin@email.com

admin password: password


worker email: worker@email.com

worker password: password

Tags scheduling