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: 14
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
- dev-main
- v1.2.1
- v1.2
- v1.1
- v1.0
- v0.1-alpha
- dev-debug/group_save
- dev-dependabot/composer/laravel/pulse-1.3.1
- dev-dependabot/composer/laravel/framework-11.31.0
- dev-dependabot/npm_and_yarn/nanoid-3.3.8
- dev-dependabot/composer/league/commonmark-2.6.0
- dev-dependabot/npm_and_yarn/vue-i18n-9.14.2
- dev-dependabot/npm_and_yarn/multi-9dedea9ab3
- dev-dependabot/composer/symfony/process-7.1.7
- dev-dependabot/composer/symfony/http-foundation-7.1.7
- dev-dependabot/npm_and_yarn/multi-c5303ebf6e
- dev-master
This package is auto-updated.
Last update: 2025-03-13 19:55:33 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.