{"id":21455332,"url":"https://github.com/guszandy/laravel-tabler","last_synced_at":"2025-07-14T23:32:45.255Z","repository":{"id":32456750,"uuid":"134342832","full_name":"GusZandy/laravel-tabler","owner":"GusZandy","description":"Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.","archived":false,"fork":false,"pushed_at":"2023-02-02T00:37:22.000Z","size":6077,"stargazers_count":25,"open_issues_count":4,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-01T09:22:42.341Z","etag":null,"topics":["admin","laravel","package","tabler","template"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/GusZandy.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":"2018-05-22T01:16:21.000Z","updated_at":"2023-07-15T15:27:18.000Z","dependencies_parsed_at":"2023-02-17T12:45:59.519Z","dependency_job_id":null,"html_url":"https://github.com/GusZandy/laravel-tabler","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GusZandy%2Flaravel-tabler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GusZandy%2Flaravel-tabler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GusZandy%2Flaravel-tabler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GusZandy%2Flaravel-tabler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GusZandy","download_url":"https://codeload.github.com/GusZandy/laravel-tabler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226003009,"owners_count":17558157,"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":["admin","laravel","package","tabler","template"],"created_at":"2024-11-23T05:11:40.103Z","updated_at":"2024-11-23T05:11:40.586Z","avatar_url":"https://github.com/GusZandy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Tabler\nLaravel 5.5, 5.6, and 5.7 Package for integrating Tabler template and this package is Laravel Mix friendly. Currently this package can be integrated easily only on fresh installation.\n\n### [New] for Tabler with Bootstrap 4 use this package, [HERE](https://github.com/GusZandy/laravel-tabler-bootstrap4.git)\n\n# Installation\n```bash\ncomposer require guszandy/laravel-tabler\n```\nIf you are using Laravel 5.5 above skip this step, but if aren't then add this line on ```config/app.php```, on  ```providers```\n```php\n'providers' =\u003e [\n  ...\n  GusZandy\\Tabler\\Providers\\AppServiceProvider::class,\n  ...\n]\n```\nAnd then run,\n```bash\nphp artisan make:tabler\n```\nLet's see what we've install. First, make sure that you already ran ```php artisan migrate``` command, then do\n```bash\nphp artisan serve\n```\nViola! You've running a Laravel site using Tabler.\n\n# Configuration and Views Customization\n## Config\nTo publish this package config to your app config run\n```bash\nphp artisan vendor:publish --provider=\"GusZandy\\Tabler\\Providers\\AppServiceProvider\" --tag=\"config\"\n```\n## Views\nTo publish this package views so you can customize on your own run\n```bash\nphp artisan vendor:publish --provider=\"GusZandy\\Tabler\\Providers\\AppServiceProvider\" --tag=\"views\"\n```\n\n# Next Step\nFirst of all, you should understand how to use [Laravel Mix](https://laravel.com/docs/mix) and install latest laravel-mix.\n\nTabler need some package on npm. First you need to run\n```bash\nnpm install\n```\n\nInstall Tabler needed package from npm\n```bash\nnpm install --save-dev bootstrap bootstrap-sass popper.js chart.js d3 font-awesome jquery-circle-progress jvectormap moment requirejs select2 select2-bootstrap-theme selectize sparkline tabler-ui tablesorter bootstrap-datepicker eonasdan-bootstrap-datetimepicker\n```\n\nRun Laravel Mix command\n```bash\nnpm run development\n```\nor use ```production``` minimize output\n```bash\nnpm run production\n```\n\nThen have a good look on these files\n- ```webpack.mix.js```\n- ```resources/assets/js/tabler.js```\n- ```resources/assets/sass/tabler.scss```\n\nHappy experimenting!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguszandy%2Flaravel-tabler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguszandy%2Flaravel-tabler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguszandy%2Flaravel-tabler/lists"}