View bootstrap-4.blade.php
{{-- | |
Laravel's default pagination html tags modifed to make Bulma CSS compatible paginator. | |
1. First run "php artisan vendor:publish --tag=laravel-pagination" | |
2. This command will place the views in the resources/views/vendor/pagination directory. | |
3. Replace text on "bootstrap-4.blade.php" with this code. |
View default.blade.php
{{-- | |
Laravel's default pagination html tags modifed to make Bulma CSS compatible paginator. | |
1. First run "php artisan vendor:publish --tag=laravel-pagination" | |
2. This command will place the views in the resources/views/vendor/pagination directory. | |
3. Replace text on "default.blade.php" with this code. |