{"id":15016962,"url":"https://github.com/laravelir/dashboarder","last_synced_at":"2025-04-12T10:42:42.309Z","repository":{"id":57012213,"uuid":"414281550","full_name":"laravelir/dashboarder","owner":"laravelir","description":"a laravel package to create dynamically dashboard  in tebler template ( in development)","archived":false,"fork":false,"pushed_at":"2023-06-22T15:24:54.000Z","size":13408,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-18T00:41:13.513Z","etag":null,"topics":["crud-generator","laravel","laravel-crud-generator","laravel-dashboarder","laravel-package","laravel-tabler","livewire","livewire-crud","tabler","tabler-ui"],"latest_commit_sha":null,"homepage":"","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/laravelir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":null,"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":{"custom":["https://idpay.ir/laravelir"]}},"created_at":"2021-10-06T16:06:47.000Z","updated_at":"2025-01-14T07:37:19.000Z","dependencies_parsed_at":"2024-09-16T06:02:04.708Z","dependency_job_id":"4e06a315-c53a-43f0-9850-c2e6c756a2a7","html_url":"https://github.com/laravelir/dashboarder","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":"0.033333333333333326","last_synced_commit":"7a87e2e1fd7b627fb7c5ad6281de10485dc6b91c"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":"miladimos/package-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravelir%2Fdashboarder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravelir%2Fdashboarder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravelir%2Fdashboarder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravelir%2Fdashboarder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laravelir","download_url":"https://codeload.github.com/laravelir/dashboarder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239925708,"owners_count":19719567,"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":["crud-generator","laravel","laravel-crud-generator","laravel-dashboarder","laravel-package","laravel-tabler","livewire","livewire-crud","tabler","tabler-ui"],"created_at":"2024-09-24T19:49:37.221Z","updated_at":"2025-02-21T08:36:08.558Z","avatar_url":"https://github.com/laravelir.png","language":"PHP","funding_links":["https://idpay.ir/laravelir"],"categories":[],"sub_categories":[],"readme":"- [![Starts](https://img.shields.io/github/stars/laravelir/dashboarder?style=flat\u0026logo=github)](https://github.com/laravelir/dashboarder/forks)\n- [![Forks](https://img.shields.io/github/forks/laravelir/dashboarder?style=flat\u0026logo=github)](https://github.com/laravelir/dashboarder/stargazers)\n- [![Total Downloads](https://img.shields.io/packagist/dt/laravelir/laravel-.svg?style=flat-square)](https://packagist.org/packages/laravelir/dashboarder)\n\n\n# Laravel Dashboarder\n\nA laravel package for generate admin dashboard dynamically based on [Tabler](https://github.com/tabler/tabler) template\n\nuse livewire - alpinejs\n\n### Installation\n\n1. Run the command below to add this package:\n\n```\ncomposer require laravelir/dashboarder\n```\n\n2. Open your config/app.php and add the following to the providers array:\n\n```php\nLaravelir\\Dashboarder\\Providers\\DashboarderServiceProvider::class,\n```\n\n1. Run the command below to install:\n\n```\nphp artisan dashboarder:install\n```\n\n4. Run the command below to migrate tables and run seeders:\n\n```\nphp artisan migrate\n\nphp artisan db:seed --class=\"DashboarderSeeders\"\n```\n\nphp artisan storage:link\n\n#### Environment Variables\nin install command automatic appends the following to `.env` file:\n```\nDASHBOARDER_AUTH_USERNAME=email|username\n```\n\n### Using\n\n\nafter install you can accessing panel by below route:\n\n`route.prefix`/dashboard \n\nyou can login into dashboarder by default admin user created by seeders:\n\nemail: `admin@gmail.com` \npassword: `password`\n\nafter login you must change it for security!!!\n\n\n### Comands\n\n\n\n\n\n\n\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [miladimos](https://github.com/miladimos)\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravelir%2Fdashboarder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravelir%2Fdashboarder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravelir%2Fdashboarder/lists"}