add laravel 13 support

This commit is contained in:
2026-05-01 15:37:33 +03:30
parent 7ddb14448f
commit 864a01df1e
21 changed files with 1772 additions and 0 deletions

27
ISSUE_TEMPLATE.md Normal file
View File

@@ -0,0 +1,27 @@
<!-- Provide a general summary of the issue in the Title above -->
## Detailed description
Provide a detailed description of the change or addition you are proposing.
Make it clear if the issue is a bug, an enhancement or just a question.
## Context
Why is this change important to you? How would you use it?
How can it benefit other users?
## Possible implementation
Not obligatory, but suggest an idea for implementing addition or change.
## Your environment
Include as many relevant details about the environment you experienced the bug in and how to reproduce it.
* Version used (e.g. PHP 7.2, HHVM 3):
* Operating system and version (e.g. Ubuntu 19.04, Windows 10):
* Link to your project:
* ...
* ...