santwer / bearschedule
Simple and clear project management tool. With which it is possible to display one or more projects graphically.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 2
Open Issues: 9
Type:project
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.0.1
- kg-bot/laravel-localization-to-vue: ^2.0
- laravel/framework: ^11.0
- laravel/tinker: ^2.0
- laravel/ui: ^4.0
- lesstif/php-jira-rest-client: ^5.8
- microsoft/microsoft-graph: ^1.19
- pusher/pusher-php-server: ^7.2
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.6
- fzaninotto/faker: dev-master
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^8.1
- phpunit/phpunit: ^11.0
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2024-11-12 22:17:07 UTC
README
BearSchedule
BearSchedule is a PHP/Laravel Project for easy use to show and share Project schedules.
Requierements
- Composer
- npm via Nodejs
- php ^8.2
Installation
$ 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.
Migrate Database
$ php artisan migrate
config/users.php
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.