{"id":21677227,"url":"https://github.com/26b/laravel-dynamic-panels","last_synced_at":"2026-04-13T23:02:53.194Z","repository":{"id":49774775,"uuid":"508672315","full_name":"26B/laravel-dynamic-panels","owner":"26B","description":"Provides an area on your website to display panels dynamically.","archived":false,"fork":false,"pushed_at":"2024-01-09T11:20:47.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T05:02:39.622Z","etag":null,"topics":["laravel-package","livewire-component"],"latest_commit_sha":null,"homepage":"","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/26B.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-06-29T11:58:08.000Z","updated_at":"2022-07-04T10:11:57.000Z","dependencies_parsed_at":"2024-01-09T12:31:11.870Z","dependency_job_id":"f0fccad5-9e68-4875-843b-6a447910f30c","html_url":"https://github.com/26B/laravel-dynamic-panels","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"33c28fdc0ff9a6480654256b47e8bcf8d7d48c46"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/26B%2Flaravel-dynamic-panels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/26B%2Flaravel-dynamic-panels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/26B%2Flaravel-dynamic-panels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/26B%2Flaravel-dynamic-panels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/26B","download_url":"https://codeload.github.com/26B/laravel-dynamic-panels/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244591008,"owners_count":20477703,"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":["laravel-package","livewire-component"],"created_at":"2024-11-25T14:18:44.566Z","updated_at":"2026-04-13T23:02:53.110Z","avatar_url":"https://github.com/26B.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Dynamic Panels\n\nProvides an area on your website to display panels dynamically.\n\nCurrently supports:\n\n- Random panel loading.\n- Manual panel changing.\n- Timer based panel changing.\n\nRequires:\n\n- Livewire\n- AlpineJS\n\n## Getting started\n\nRequire the package\n\n```\ncomposer require 26b/laravel-dynamic-panels\n```\n\n## Usage\n\nCreate as many livewire components as you want, where you overload the method `getPanels()` with a list of the panels you want to display.\n\n```php\nnamespace App\\Livewire\\DynamicPanels;\n\nuse TwentySixB\\LaravelDynamicPanels\\Livewire\\PanelContainer;\n\nclass Container extends PanelContainer\n{\n\n    /**\n     * @inheritDoc\n     *\n     * @return array\n     */\n    public function getPanels() : array\n    {\n        return [\n            'livewire:profile-completion-panel',\n            'did-you-know',\n            'app-install',\n        ];\n    }\n}\n```\n\nNext, on your blade view, call the livewire component.\n\n```html\n\u003clivewire:dynamic-panels.container /\u003e\n```\n\n## Customizing\n\nPublish the configuration file should you need to customise it.\n\n```\nphp artisan vendor:publish --tag=dynamic-panels-views\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F26b%2Flaravel-dynamic-panels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F26b%2Flaravel-dynamic-panels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F26b%2Flaravel-dynamic-panels/lists"}