Commit 057b498 1 parent 1f97fed commit 057b498 Copy full SHA for 057b498
File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 54
54
" @php artisan ide-helper:models --write-mixin"
55
55
],
56
56
"post-update-cmd" : [
57
- " @php artisan vendor:publish --tag=laravel-assets --ansi --force"
57
+ " @php artisan vendor:publish --tag=laravel-assets --ansi --force" ,
58
+ " @php artisan vendor:publish --tag=log-viewer-assets --ansi --force"
58
59
],
59
60
"post-root-package-install" : [
60
61
" @php -r \" file_exists('.env') || copy('.env.example', '.env');\" "
Original file line number Diff line number Diff line change 1
1
includes :
2
2
- vendor/larastan/larastan/extension.neon
3
+ - vendor/nesbot/carbon/extension.neon
4
+ - phar://phpstan.phar/conf/bleedingEdge.neon
3
5
4
6
parameters :
5
7
paths :
@@ -12,3 +14,5 @@ parameters:
12
14
- .phpstorm.meta.php
13
15
ignoreErrors :
14
16
- ' #PHPDoc tag @mixin contains unknown class App\\Models #'
17
+ - '#Call to an undefined method .*badMethod\ (\)#'
18
+
Original file line number Diff line number Diff line change 44
44
<env name =" APP_MAINTENANCE_DRIVER" value =" file" />
45
45
<env name =" BCRYPT_ROUNDS" value =" 4" />
46
46
<env name =" CACHE_STORE" value =" array" />
47
- <env name =" DB_DATABASE" value =" testing " />
47
+ <env name =" DB_DATABASE" value =" cineboo_test_db " />
48
48
<env name =" MAIL_MAILER" value =" array" />
49
49
<env name =" PULSE_ENABLED" value =" false" />
50
50
<env name =" QUEUE_CONNECTION" value =" sync" />
You can’t perform that action at this time.
0 commit comments