Fix pagination, samples and previews

This commit is contained in:
DariusIII
2025-10-05 21:57:23 +02:00
parent a61b2e3803
commit fc56041127
5 changed files with 105 additions and 31 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot(): void
{
Paginator::useBootstrapFive();
Paginator::useTailwind();
$smarty = app('smarty.view');
view()->share('smarty', $smarty);
Gate::define('viewPulse', function (User $user) {