-
Notifications
You must be signed in to change notification settings - Fork 124
Commit 34d6c13
author
committedDKravtsov
updated environment to php 8 and laravel 8
1 parent 7e5b9e0 commit 34d6c13
File tree
89 files changed
+6292
-3515
lines changed- app
- Console
- Exceptions
- Http
- Controllers/Auth
- Middleware
- Models
- Providers
- config
- database
- factories
- migrations
- seeders
- docker/dev
- public
- resources
- css
- lang/en
- sass
- views
- routes
- storage/framework
- tests/Unit
- tools
- 01_phpunit
- 02_phpstan
- 03_ecs
- 04_php-coveralls
- 05_phpinsights
- 06_phpmd
- 07_phpmetrics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+6292
-3515
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | + | ||
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
19 | + | ||
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
24 | + | ||
25 | + | ||
22 | 26 |
| |
23 | 27 |
| |
24 | 28 |
| |
25 | 29 |
| |
26 | - | ||
27 | - | ||
28 | - | ||
30 | + | ||
31 | + | ||
32 | + | ||
29 | 33 |
| |
30 | 34 |
| |
31 | 35 |
| |
| |||
36 | 40 |
| |
37 | 41 |
| |
38 | 42 |
| |
43 | + | ||
39 | 44 |
| |
40 | 45 |
| |
41 | 46 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
23 | + | ||
24 | + | ||
22 | 25 |
| |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
26 | - | ||
27 | - | ||
28 | - | ||
29 | + | ||
30 | + | ||
31 | + | ||
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
42 | + | ||
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
23 | + | ||
24 | + | ||
22 | 25 |
| |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
26 | - | ||
27 | - | ||
28 | - | ||
29 | + | ||
30 | + | ||
31 | + | ||
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
42 | + | ||
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
23 | + | ||
24 | + | ||
22 | 25 |
| |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
26 | - | ||
27 | - | ||
28 | - | ||
29 | + | ||
30 | + | ||
31 | + | ||
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
42 | + | ||
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
24 | + | ||
25 | + | ||
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
26 | 29 |
| |
27 | - | ||
28 | - | ||
29 | - | ||
30 | + | ||
31 | + | ||
32 | + | ||
30 | 33 |
| |
31 | 34 |
| |
32 | 35 |
| |
| |||
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
43 | + | ||
40 | 44 |
| |
41 | 45 |
| |
42 | 46 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | - | ||
7 | 6 |
| |
8 | 7 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
3 | 4 |
| |
4 | - | ||
5 | + | ||
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
200 | - | ||
200 | + | ||
201 | 201 |
|
0 commit comments