File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 23
23
"spatie/laravel-backup" : " ^8.17"
24
24
},
25
25
"require-dev" : {
26
- "spatie/laravel-ignition" : " ^1.0" ,
27
26
"barryvdh/laravel-ide-helper" : " ^2.12" ,
28
27
"fakerphp/faker" : " ^1.9.1" ,
28
+ "laravel-lang/common" : " ^2.0" ,
29
29
"laravel/breeze" : " ^1.1" ,
30
30
"laravel/sail" : " ^1.0.1" ,
31
31
"mockery/mockery" : " ^1.4.2" ,
32
32
"nunomaduro/collision" : " ^6.1" ,
33
- "phpunit/phpunit" : " ^9.3.3"
33
+ "phpunit/phpunit" : " ^9.3.3" ,
34
+ "spatie/laravel-ignition" : " ^1.0"
34
35
},
35
36
"autoload" : {
36
37
"files" : [
48
49
}
49
50
},
50
51
"scripts" : {
52
+ "post-update-cmd" : [
53
+ " php artisan vendor:publish --tag=laravel-assets --ansi --force" ,
54
+ " php artisan lang:update" ,
55
+ " echo.> storage/app/ISINSTALLED"
56
+ ],
51
57
"post-autoload-dump" : [
52
58
" Illuminate\\ Foundation\\ ComposerScripts::postAutoloadDump" ,
53
59
" @php artisan package:discover --ansi"
54
- ],
55
- "post-root-package-install" : [
56
- " @php -r \" file_exists('.env') || copy('.env.example', '.env');\" "
57
- ],
58
- "post-update-cmd" : [" echo.> storage/app/ISINSTALLED" ]
60
+ ]
59
61
},
60
62
"extra" : {
61
63
"laravel" : {
You can’t perform that action at this time.
0 commit comments