Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Aug 18, 2024
1 parent 260523c commit a657525
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Playground Matrix Resource
# Playground: Matrix Resource

[![Playground CI Workflow](https://github.com/gammamatrix/playground-matrix-resource/actions/workflows/ci.yml/badge.svg?branch=develop)](https://raw.githubusercontent.com/gammamatrix/playground-matrix-resource/testing/develop/testdox.txt)
[![Test Coverage](https://raw.githubusercontent.com/gammamatrix/playground-matrix-resource/testing/develop/coverage.svg)](tests)
Expand Down Expand Up @@ -68,25 +68,25 @@ composer cloc
```

```
➜ playground-matrix-resource git:(develop) ✗ composer cloc
➜ playground-matrix-resource git:(feature/GH-16) ✗ composer cloc
> cloc --exclude-dir=node_modules,output,vendor .
747 text files.
441 unique files.
308 files ignored.
757 text files.
692 unique files.
67 files ignored.
github.com/AlDanial/cloc v 1.98 T=0.73 s (604.6 files/s, 92585.9 lines/s)
github.com/AlDanial/cloc v 1.98 T=0.95 s (731.3 files/s, 100891.6 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
JSON 3 0 0 23774
PHP 304 3379 4899 20135
YAML 92 5 0 13943
Blade 36 159 7 865
XML 3 0 5 223
Markdown 2 37 0 86
JSON 5 0 0 38125
PHP 465 4051 5740 23042
YAML 162 5 0 16600
Blade 53 330 7 7183
XML 3 0 7 215
Markdown 3 41 0 103
INI 1 3 0 12
-------------------------------------------------------------------------------
SUM: 441 3583 4911 59038
SUM: 692 4430 5754 85280
-------------------------------------------------------------------------------
```

Expand Down
73 changes: 73 additions & 0 deletions resources/package/package.playground-matrix-resource.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"class": "ServiceProvider",
"config": "playground-matrix-resource",
"config_space": "PLAYGROUND_MATRIX_RESOURCE",
"fqdn": "Playground/Matrix/Resource/ServiceProvider",
"module": "Matrix",
"module_slug": "matrix",
"name": "Matrix Resource",
"namespace": "Playground/Matrix/Resource",
"organization": "Playground",
"organization_email": "[email protected]",
"package": "playground-matrix-resource",
"withBlades": true,
"withControllers": true,
"withFactories": false,
"withMigrations": false,
"withModels": false,
"withPolicies": true,
"withRequests": true,
"withRoutes": true,
"withSwagger": true,
"withTests": true,
"playground": true,
"revision": false,
"package_name": "Playground: Matrix Resource",
"package_description": "Playground: Provides an API and a Blade UI for interacting with Playground Matrix, a Project Management System for Laravel applications.",
"package_homepage": "https://github.com/gammamatrix/playground-matrix-resource",
"package_keywords": [
"gammamatrix",
"laravel",
"matrix",
"playground",
"playground-blade"
],
"package_license": "MIT",
"package_authors": [
{
"name": "Jeremy Postlethwaite",
"email": "[email protected]",
"role": "Developer"
}
],
"package_require": {
"php": "^8.2",
"gammamatrix/playground": "*",
"gammamatrix/playground-auth": "*",
"gammamatrix/playground-http": "*",
"gammamatrix/playground-matrix": "*"
},
"package_require_dev": {
"gammamatrix/playground-test": "*",
"gammamatrix/playground-login-blade": "*",
"gammamatrix/playground-site-blade": "*"
},
"package_suggest": [],
"package_autoload_psr4": [],
"package_autoload_dev_psr4": [],
"package_providers": [],
"package_laravel_providers": [
"Playground/Matrix/Resource/ServiceProvider"
],
"packagist": "gammamatrix/playground-matrix-resource",
"controllers": [],
"models": [],
"policies": [],
"requests": [],
"routes": [],
"transformers": [],
"uses": [],
"service_provider": "",
"type": "playground-resource",
"version": "73.0.0"
}

0 comments on commit a657525

Please sign in to comment.