@@ -30,14 +30,14 @@ public function __construct(Command $command)
30
30
protected static function updatePackageArray (array $ packages )
31
31
{
32
32
return [
33
- ' bootstrap ' => '^4.1.0 ' ,
34
- ' jquery ' => '^3.2 ' ,
35
- 'popper.js ' => '^1.12 ' ,
36
- ' sass ' => '^1.15.2 ' ,
37
- 'sass-loader ' => '^8.0.0 ' ,
38
- '@coreui/coreui ' => '^3.2.2 ' ,
39
- '@coreui/icons ' => '^1.0.1 ' ,
40
- ] + $ packages ;
33
+ ' bootstrap ' => '^4.1.0 ' ,
34
+ ' jquery ' => '^3.2 ' ,
35
+ 'popper.js ' => '^1.12 ' ,
36
+ ' sass ' => '^1.15.2 ' ,
37
+ 'sass-loader ' => '^8.0.0 ' ,
38
+ '@coreui/coreui ' => '^3.2.2 ' ,
39
+ '@coreui/icons ' => '^1.0.1 ' ,
40
+ ] + $ packages ;
41
41
}
42
42
43
43
public function install ()
@@ -58,7 +58,7 @@ protected static function updateSass()
58
58
{
59
59
(new Filesystem ())->ensureDirectoryExists (resource_path ('sass ' ));
60
60
61
- copy (__DIR__ . '/../coreui-stubs/bootstrap/app.scss ' , resource_path ('sass/app.scss ' ));
61
+ copy (__DIR__ . '/../coreui-stubs/bootstrap/app.scss ' , resource_path ('sass/app.scss ' ));
62
62
}
63
63
64
64
/**
@@ -68,7 +68,7 @@ protected static function updateSass()
68
68
*/
69
69
protected static function updateWebpackConfiguration ()
70
70
{
71
- copy (__DIR__ . '/../coreui-stubs/bootstrap/webpack.mix.js ' , base_path ('webpack.mix.js ' ));
71
+ copy (__DIR__ . '/../coreui-stubs/bootstrap/webpack.mix.js ' , base_path ('webpack.mix.js ' ));
72
72
}
73
73
74
74
/**
@@ -78,8 +78,8 @@ protected static function updateWebpackConfiguration()
78
78
*/
79
79
protected static function updateBootstrapping ()
80
80
{
81
- copy (__DIR__ . '/../coreui-stubs/bootstrap/bootstrap.js ' , resource_path ('js/bootstrap.js ' ));
82
- copy (__DIR__ . '/../coreui-stubs/bootstrap/app.js ' , resource_path ('js/app.js ' ));
81
+ copy (__DIR__ . '/../coreui-stubs/bootstrap/bootstrap.js ' , resource_path ('js/bootstrap.js ' ));
82
+ copy (__DIR__ . '/../coreui-stubs/bootstrap/app.js ' , resource_path ('js/app.js ' ));
83
83
}
84
84
85
85
public function installAuth ()
0 commit comments