laravelista / comments

Native comments for your Laravel application.
MIT License
745 stars 144 forks source link

Added Configuration Option to not use Paginator::useBootstrap() #140

Closed papoms closed 3 years ago

papoms commented 3 years ago

The Boot Method now uses Paginator::useBootstrap() only if the configuration has 'paginator_use_bootstrap' => true. Defaults to the current Behaviour

mabasic commented 3 years ago

Nice. Will merge asap. Thank you.

mabasic commented 3 years ago

Thank you for your contribution. Sorry it took me this long.