@@ -25,15 +25,14 @@ public function handle(): void
25
25
private function installComposerPackages (): void
26
26
{
27
27
$ packages = [
28
- 'fuelviews/app -wrapper:">=0.0" ' ,
28
+ 'fuelviews/laravel-sabhero -wrapper:">=0.0" ' ,
29
29
'fuelviews/laravel-cloudflare-cache:">=0.0" ' ,
30
30
'fuelviews/laravel-robots-txt:">=0.0" ' ,
31
31
'fuelviews/laravel-sitemap:">=0.0" ' ,
32
32
'ralphjsmit/laravel-seo:">=0.0" ' ,
33
33
'ralphjsmit/laravel-glide:">=0.0" ' ,
34
34
'livewire/livewire:">=0.0" ' ,
35
35
'spatie/laravel-google-fonts:">=0.0" ' ,
36
- 'spatie/image-optimizer:">=0.0" ' ,
37
36
];
38
37
39
38
$ packagesDev = [
@@ -80,16 +79,15 @@ private function runPackageInstallCommands(): void
80
79
$ this ->runShellCommand ("php artisan vendor:publish --tag=cloudflare-cache-config {$ force }" );
81
80
$ this ->runShellCommand ("php artisan vendor:publish --tag=sitemap-config {$ force }" );
82
81
$ this ->runShellCommand ("php artisan vendor:publish --tag=robots-txt-config {$ force }" );
83
- $ this ->runShellCommand ("php artisan vendor:publish --tag=app -wrapper-seeders {$ force }" );
84
- $ this ->runShellCommand ("php artisan vendor:publish --tag=app -wrapper-welcome {$ force }" );
82
+ $ this ->runShellCommand ("php artisan vendor:publish --tag=laravel-sabhero -wrapper-seeders {$ force }" );
83
+ $ this ->runShellCommand ("php artisan vendor:publish --tag=laravel-sabhero -wrapper-welcome {$ force }" );
85
84
$ this ->runShellCommand ("php artisan vendor:publish --tag=seo-migrations {$ force }" );
86
85
$ this ->runShellCommand ("php artisan vendor:publish --tag=seo-config {$ force }" );
87
86
88
87
$ this ->runShellCommand ("php artisan vendor:publish --tag=google-fonts-config {$ force }" );
89
88
90
- $ this ->runShellCommand ('php artisan app -wrapper:install ' );
89
+ $ this ->runShellCommand ('php artisan sabhero -wrapper:install ' );
91
90
92
- // Check if storage is already linked before linking
93
91
if (! $ this ->isStorageLinked ()) {
94
92
$ this ->runShellCommand ('php artisan storage:link ' );
95
93
}
0 commit comments