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 2839ea7 commit 232083bCopy full SHA for 232083b
src/TailwindCssPreset.php
@@ -76,7 +76,7 @@ protected static function updatePagination()
76
{
77
(new Filesystem)->delete(resource_path('views/vendor/paginate'));
78
79
- copy(__DIR__.'/tailwindcss-stubs/resources/views/paginate', resource_path('views/paginate'));
+ (new Filesystem)->copyDirectory(__DIR__.'/tailwindcss-stubs/resources/views/vendor/pagination', resource_path('views/vendor/pagination'));
80
}
81
82
protected static function scaffoldAuth()
0 commit comments