We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003ccc4 commit feb98a0Copy full SHA for feb98a0
src/TablerPreset.php
@@ -70,7 +70,7 @@ protected static function updateBootstrapping()
70
)
71
);
72
}
73
-
+
74
copy(__DIR__.'/tabler-stubs/bootstrap.js', static::getResourcePath('js/bootstrap.js'));
75
76
@@ -111,17 +111,16 @@ protected static function compileControllerStub()
111
*/
112
protected static function getResourcePath($path = '')
113
{
114
115
if (self::isLaravel57orUp()) {
116
return resource_path($path);
117
118
119
- return resource_path('assets/'. $path);
+ return resource_path('assets/'.$path);
120
121
122
/**
123
* Is running in Laravel 5.7 or up?
124
- *
+ *
125
* @return bool
126
127
protected static function isLaravel57orUp()
0 commit comments