{"id":28549008,"url":"https://github.com/stydenet/blade-pagination","last_synced_at":"2025-07-04T04:31:43.414Z","repository":{"id":57060731,"uuid":"37808464","full_name":"StydeNet/blade-pagination","owner":"StydeNet","description":"Laravel's pagination with Blade templating support","archived":false,"fork":false,"pushed_at":"2015-08-02T02:24:02.000Z","size":123,"stargazers_count":71,"open_issues_count":2,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-10T01:39:25.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StydeNet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-21T12:40:40.000Z","updated_at":"2022-10-04T05:54:47.000Z","dependencies_parsed_at":"2022-08-24T14:53:41.475Z","dependency_job_id":null,"html_url":"https://github.com/StydeNet/blade-pagination","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/StydeNet/blade-pagination","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StydeNet%2Fblade-pagination","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StydeNet%2Fblade-pagination/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StydeNet%2Fblade-pagination/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StydeNet%2Fblade-pagination/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StydeNet","download_url":"https://codeload.github.com/StydeNet/blade-pagination/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StydeNet%2Fblade-pagination/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263445894,"owners_count":23467639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-10T01:35:26.580Z","updated_at":"2025-07-04T04:31:43.402Z","avatar_url":"https://github.com/StydeNet.png","language":"PHP","readme":"# Laravel's pagination with Blade templating support.\n\nThis package is compatible with Laravel 5.0 and Laravel 5.1\n(but if you are using Laravel 5.0 you should update to 5.1 it takes 20 minutes or so)\n\nThere is another repository to quickly try/test this package: https://github.com/StydeNet/blade-pagination-tests (it includes some automatic tests with phpunit).\n\n## Installation\n\nTo install through *Composer*:\n\n1 - Add the following instruction to the \"require\" option in your composer.json:\n\n`\"styde/blade-pagination\": \"5.1.*@dev\"` and execute `composer update` in the console, inside the project's folder.\n\nOr execute `composer require styde/blade-pagination:5.1.*@dev` in the console, inside the project's folder.\n\n2 - Add the Service Provider to the `config/app.php` file of your Laravel app:\n\n`'Styde\\BladePagination\\ServiceProvider'`\n\n3 - To change the templates, please execute the following command in the console:\n\n`php artisan vendor:publish`\n\n4 - Then you can: \n\nChange the theme (if necessary) in `config/blade-pagination.php`, example:\n\n```php\nreturn array(\n    'theme' =\u003e 'bootstrap'\n);\n```\nThere are 3 available options: `bootstrap`, `foundation` and `materialize`.\n\nChange the templates in the `resources/views/blade-pagination` directory\n(make sure to edit or add a new template according to the theme specify in `config/blade-pagination.php`)\n\nAlternatively you can just copy the following code:\n\n```\n\u003c?php\n\n/***\n * Choose from: bootstrap, foundation, materialize\n * or create your own theme inside resources/views/pagination/\n * If you create a theme for a popular CSS framework\n * Please submit a pull request to: https://github.com/styde/blade-pagination\n * Or send me the template to admin@styde.net\n */\nreturn array(\n    'theme' =\u003e 'bootstrap'\n);\n```\n\n## Create themes\n\nYou can create your own themes inside `resources/views/pagination`. Feel free to submit your theme via Pull Request or to `admin@styde.net`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstydenet%2Fblade-pagination","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstydenet%2Fblade-pagination","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstydenet%2Fblade-pagination/lists"}