install backend
This commit is contained in:
commit
eede23a0fd
50 changed files with 10444 additions and 0 deletions
13
backend/phpstan.neon
Normal file
13
backend/phpstan.neon
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue