axelpal / code-review-tag-tool
This instrument is aimed to count specific tags in Pull Request's comments at BitBucket.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 19
Type:project
Requires
- php: ^8.0
- ext-json: *
- ext-pdo: *
- backpack/crud: ^4.1
- backpack/permissionmanager: ^6.0
- darkghosthunter/laraload: ^2.3
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^2.0
- graham-campbell/bitbucket: ^7.1
- guzzlehttp/guzzle: ^7.0.1
- hmazter/laravel-schedule-list: ^2.2
- http-interop/http-factory-guzzle: ^1.0
- laravel/framework: ^8.0
- laravel/horizon: ^5.7
- laravel/jetstream: ^1.6
- laravel/sanctum: ^2.6
- laravel/tinker: ^2.0
- livewire/livewire: ^2.0
- spatie/laravel-permission: ^4.2
Requires (Dev)
- backpack/generators: ^3.1
- barryvdh/laravel-debugbar: ^3.3
- barryvdh/laravel-ide-helper: ^2.7
- brainmaestro/composer-git-hooks: ^2.8
- brianium/paratest: ^6.3
- facade/ignition: ^2.3.6
- fzaninotto/faker: ^1.9.1
- jetbrains/phpstorm-attributes: ^1.0
- laracasts/generators: ^2.0
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^5.0
- nunomaduro/larastan: ^0.6.9
- phpstan/phpstan: ^0.12.52
- phpunit/phpunit: ^9.3
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: *
- dev-master
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.11.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-and-resolve-url-loader-1.4.2
- dev-dependabot/npm_and_yarn/minimatch-3.1.2
- dev-dependabot/npm_and_yarn/moment-2.29.4
- dev-dependabot/composer/guzzlehttp/guzzle-7.4.5
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/composer/composer/composer-2.3.5
- dev-dependabot/composer/guzzlehttp/psr7-2.2.1
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/composer/laravel/fortify-1.11.1
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/axios-0.21.2
- dev-dependabot/composer/doctrine/dbal-3.1.4
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
This package is auto-updated.
Last update: 2024-10-07 08:43:36 UTC
README
This instrument is aimed to count specific tags in Pull Request's comments at BitBucket and to make a report with this data.
Initialize the project
In order to make the project operative you should run:
./artisan db:migrate
./artisan db:seed
Seeding the database does some things:
- Initialize some specific permissions to get access to some pages
- Set necessary settings
XDebug
For using XDebug you should add arg to your compose-file (to app service):
build: args: INSTALL_XDEBUG: "true"