install backend

This commit is contained in:
Yisroel Baum 2026-07-30 22:00:34 +03:00
commit eede23a0fd
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
50 changed files with 10444 additions and 0 deletions

13
backend/phpstan.neon Normal file
View file

@ -0,0 +1,13 @@
includes:
- vendor/larastan/larastan/extension.neon
- vendor/nesbot/carbon/extension.neon
parameters:
paths:
- app/
- bootstrap/app.php
- config/
- database/
- routes/
level: 7