BearSchedule is a PHP/Laravel Project for easy use to show and share Project schedules.
- Composer
- npm via Nodejs
- php ^8.2
$ git clone https://github.com/santwer/BearSchedule.git
$ cd BearSchedule
$ composer install
$ cp .env.example .env
$ php artisan key:generate
Add all add all database connection data to env. Also its possible to add Microsoft Graph API Key. So you are able to login with Mircosoft.
$ php artisan migrate
It it possible to set up the product, that all Users can find each other or certain do. Base by Mail-Address. The description is in the heading file.