Answers for "how to use bootstrap in laravel 8 remove tailwind"

PHP
0

how to use bootstrap in laravel 8 remove tailwind

use Illuminate\Pagination\Paginator;

public function boot()
{
    Paginator::useBootstrap();
}
Posted by: Guest on October-31-2020

Code answers related to "how to use bootstrap in laravel 8 remove tailwind"

Browse Popular Code Answers by Language