{"id":16261010,"url":"https://github.com/yajra/laravel-datatables-html","last_synced_at":"2025-04-07T20:11:53.491Z","repository":{"id":13320293,"uuid":"74197492","full_name":"yajra/laravel-datatables-html","owner":"yajra","description":"Laravel DataTables HTML Builder Plugin","archived":false,"fork":false,"pushed_at":"2024-04-29T08:33:52.000Z","size":660,"stargazers_count":261,"open_issues_count":2,"forks_count":62,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-02T00:55:01.775Z","etag":null,"topics":["datatables","hacktoberfest","html","jquery","jquery-datatables","laravel","laravel-datatables","php"],"latest_commit_sha":null,"homepage":"https://yajrabox.com/docs/laravel-datatables/html-installation","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yajra.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"yajra","patreon":"yajra","custom":"https://www.paypal.me/yajra"}},"created_at":"2016-11-19T08:48:05.000Z","updated_at":"2024-05-18T06:25:25.761Z","dependencies_parsed_at":"2023-10-02T08:56:54.941Z","dependency_job_id":"2cb61023-e07b-4bfd-b29f-1cb379962c26","html_url":"https://github.com/yajra/laravel-datatables-html","commit_stats":{"total_commits":598,"total_committers":38,"mean_commits":"15.736842105263158","dds":"0.15384615384615385","last_synced_commit":"eee4dac665d8f854233212eab3840f16c57ceaa8"},"previous_names":[],"tags_count":166,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajra%2Flaravel-datatables-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajra%2Flaravel-datatables-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajra%2Flaravel-datatables-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajra%2Flaravel-datatables-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yajra","download_url":"https://codeload.github.com/yajra/laravel-datatables-html/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247721898,"owners_count":20985084,"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":["datatables","hacktoberfest","html","jquery","jquery-datatables","laravel","laravel-datatables","php"],"created_at":"2024-10-10T16:22:11.086Z","updated_at":"2025-04-07T20:11:53.455Z","avatar_url":"https://github.com/yajra.png","language":"PHP","funding_links":["https://github.com/sponsors/yajra","https://patreon.com/yajra","https://www.paypal.me/yajra"],"categories":[],"sub_categories":[],"readme":"# Laravel DataTables Html Plugin\n\n[![Laravel 12.x](https://img.shields.io/badge/Laravel-12.x-orange.svg)](http://laravel.com)\n[![Latest Stable Version](https://img.shields.io/packagist/v/yajra/laravel-datatables-html.svg)](https://packagist.org/packages/yajra/laravel-datatables-html)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yajra/laravel-datatables-html/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yajra/laravel-datatables-html/?branch=master)\n[![Total Downloads](https://img.shields.io/packagist/dt/yajra/laravel-datatables-html.svg)](https://packagist.org/packages/yajra/laravel-datatables-html)\n[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://packagist.org/packages/yajra/laravel-datatables-html)\n\n[![Continuous Integration](https://github.com/yajra/laravel-datatables-html/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/yajra/laravel-datatables-html/actions/workflows/continuous-integration.yml)\n[![Static Analysis](https://github.com/yajra/laravel-datatables-html/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/yajra/laravel-datatables-html/actions/workflows/static-analysis.yml)\n[![PHP Linting](https://github.com/yajra/laravel-datatables-html/actions/workflows/pint.yml/badge.svg)](https://github.com/yajra/laravel-datatables-html/actions/workflows/pint.yml)\n\nThis package is a plugin of [Laravel DataTables](https://github.com/yajra/laravel-datatables) for generating dataTables script using PHP.\n\n## Requirements\n\n- [Laravel 12.x](https://github.com/laravel/framework)\n- [Laravel DataTables](https://github.com/yajra/laravel-datatables)\n\n## Documentations\n\n- [Laravel DataTables Documentation](http://yajrabox.com/docs/laravel-datatables)\n\n## Laravel Version Compatibility\n\n| Laravel       | Package |\n|:--------------|:--------|\n| 8.x and below | 4.x     |\n| 9.x           | 9.x     |\n| 10.x          | 10.x    |\n| 11.x          | 11.x    |\n| 12.x          | 12.x    |\n\n## Quick Installation\n\n`composer require yajra/laravel-datatables-html:^12`\n\n#### Setup scripts with ViteJS\n\nSet the default javascript type to `module` by setting `Builder::useVite()` in the `AppServiceProvider`.\n\n```php\nnamespace App\\Providers;\n\nuse Illuminate\\Pagination\\Paginator;\nuse Illuminate\\Support\\ServiceProvider;\nuse Yajra\\DataTables\\Html\\Builder;\n\nclass AppServiceProvider extends ServiceProvider\n{\n    /**\n     * Bootstrap any application services.\n     */\n    public function boot(): void\n    {\n        Paginator::useBootstrapFive();\n        Builder::useVite();\n    }\n}\n```\n\n#### Publish Assets (Optional)\n\n`$ php artisan vendor:publish --tag=datatables-html`\n\nAnd that's it! Start building out some awesome DataTables!\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/yajra/laravel-datatables-html/blob/master/.github/CONTRIBUTING.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email [aqangeles@gmail.com](mailto:aqangeles@gmail.com) instead of using the issue tracker.\n\n## Credits\n\n- [Arjay Angeles](https://github.com/yajra)\n- [All Contributors](https://github.com/yajra/laravel-datatables-html/graphs/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](https://github.com/yajra/laravel-datatables-html/blob/master/LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyajra%2Flaravel-datatables-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyajra%2Flaravel-datatables-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyajra%2Flaravel-datatables-html/lists"}