Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 12 #186

Open
1 task done
StanBarrows opened this issue Feb 28, 2025 · 1 comment
Open
1 task done

Laravel 12 #186

StanBarrows opened this issue Feb 28, 2025 · 1 comment
Assignees

Comments

@StanBarrows
Copy link
Contributor

StanBarrows commented Feb 28, 2025

  • Laravel 12
@RhysLees
Copy link
Contributor

RhysLees commented Feb 28, 2025

Update/Upgrade Guide

root

  • .editorconfig
  • .gitignore
  • .gitattributes
  • phpstan.nenon.dist
  • phpstan-baseline.neon
  • phpunit.xml.dist

README.md

Image

  • Adjust Image
<img src="https://banners.beyondco.de/Laravel%20DocuWare.png?theme=light&packageManager=composer+require&packageName=codebar-ag%2Flaravel-docuware&pattern=circuitBoard&style=style_1&description=An+opinionated+way+to+integrate+DocuWare+with+Laravel&md=1&showWatermark=0&fontSize=175px&images=document-report">

URL

https://banners.beyondco.de/Laravel%20DocuWare.png?theme=light&packageManager=composer+require&packageName=codebar-ag%2Flaravel-docuware&pattern=circuitBoard&style=style_1&description=An+opinionated+way+to+integrate+DocuWare+with+Laravel&md=1&showWatermark=0&fontSize=175px&images=document-report

Badges

  • Adjust Badges
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codebar-ag/laravel-docuware.svg?style=flat-square)](https://packagist.org/packages/codebar-ag/laravel-docuware)
[![GitHub-Tests](https://github.com/codebar-ag/laravel-docuware/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/codebar-ag/laravel-docuware/actions/workflows/run-tests.yml)
[![GitHub Code Style](https://github.com/codebar-ag/laravel-docuware/actions/workflows/fix-php-code-style-issues.yml/badge.svg?branch=main)](https://github.com/codebar-ag/laravel-docuware/actions/workflows/fix-php-code-style-issues.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/codebar-ag/laravel-docuware.svg?style=flat-square)](https://packagist.org/packages/codebar-ag/laravel-docuware)

🛠 Requirements Table

  • Adjust Requirements Table
Package PHP Laravel
v12.0.0 ^8.2 - ^8.4 12.x
v11.0.0 ^8.2 - ^8.3 11.x
... ... ...

.github

General

  • CONTRIBUTING.md
  • SECURITY.md
  • dependabot.yml

ISSUE_TEMPLATE

  • Add/Update bug_report.yml
  • Add/Update feature_request.yml

workflows

  • dependabot-auto-merge.yml
  • dependency-review.yml
  • fix-php-code-style-issues.yml
  • phpstan.yml
  • run-tests.yml
  • release.yml

composer.json

Dependencies

  • Dependencies

require

    "php": "8.2.*|8.3.*|8.4.*",
    "guzzlehttp/guzzle": "^7.8",
    "illuminate/contracts": "^12.0",
    "nesbot/carbon": "^3.8",
    "spatie/laravel-package-tools": "^1.19"
    "livewire/livewire": "^3.6"
    "saloonphp/cache-plugin": "^3.0",
    "saloonphp/laravel-plugin": "^3.5",
    "saloonphp/saloon": "^3.10.1",

require-dev

"laravel/pint": "^1.21",
"larastan/larastan": "^v3.1",
"orchestra/testbench": "^10.0",
"pestphp/pest": "^3.7",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"spatie/laravel-ray": "^1.39"

Authors

  • Add/Update Authors
  "authors": [
    {
      "name": "Sebastian Bürgin-Fix",
      "email": "[email protected]",
      "homepage": "https://www.codebar.ch",
      "role": "Sofware-Engineer"
    },
    {
      "name": "Rhys Lees",
      "role": "Software-Engineer"
    }
  ],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants