{"id":22615908,"url":"https://github.com/hexadog/laravel-themes-manager","last_synced_at":"2025-05-15T18:05:25.170Z","repository":{"id":40454453,"uuid":"300900701","full_name":"hexadog/laravel-themes-manager","owner":"hexadog","description":"Bring multi themes support to your Laravel application with a full-featured Themes Manager","archived":false,"fork":false,"pushed_at":"2025-03-03T16:44:36.000Z","size":530,"stargazers_count":162,"open_issues_count":2,"forks_count":32,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-13T14:17:29.710Z","etag":null,"topics":["blade","blade-components","error-view","laravel","laravel-package","laravel-theme","laravel-themes","multi-theme","route-middleware","theme","theme-assets","theme-generator","theme-manager","theme-script","theme-style","theme-styles","theme-views","themes","themes-folder","themes-manager"],"latest_commit_sha":null,"homepage":"https://laravel-themes-manager.netlify.app","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/hexadog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-03T14:34:30.000Z","updated_at":"2025-05-11T14:41:32.000Z","dependencies_parsed_at":"2023-02-12T10:25:13.112Z","dependency_job_id":"7693c913-1ac5-496e-ba67-64a887edc469","html_url":"https://github.com/hexadog/laravel-themes-manager","commit_stats":{"total_commits":153,"total_committers":6,"mean_commits":25.5,"dds":"0.24183006535947715","last_synced_commit":"a2dd56a56c54eb2b6a1025c17a253132c2d997e5"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexadog%2Flaravel-themes-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexadog%2Flaravel-themes-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexadog%2Flaravel-themes-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexadog%2Flaravel-themes-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexadog","download_url":"https://codeload.github.com/hexadog/laravel-themes-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254394719,"owners_count":22063984,"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":["blade","blade-components","error-view","laravel","laravel-package","laravel-theme","laravel-themes","multi-theme","route-middleware","theme","theme-assets","theme-generator","theme-manager","theme-script","theme-style","theme-styles","theme-views","themes","themes-folder","themes-manager"],"created_at":"2024-12-08T19:10:04.601Z","updated_at":"2025-05-15T18:05:25.120Z","avatar_url":"https://github.com/hexadog.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://i.ibb.co/pKJgXY5/laravel-modules-manager.png\" height=\"192\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://packagist.org/packages/hexadog/laravel-themes-manager\"\u003e\n        \u003cimg src=\"https://poser.pugx.org/hexadog/laravel-themes-manager/v\" alt=\"Latest Stable Version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/hexadog/laravel-themes-manager\"\u003e\n        \u003cimg src=\"https://poser.pugx.org/hexadog/laravel-themes-manager/downloads\" alt=\"Total Downloads\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/hexadog/laravel-themes-manager\"\u003e\n        \u003cimg src=\"https://poser.pugx.org/hexadog/laravel-themes-manager/license\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- omit in toc --\u003e\n## Introduction\n\u003ccode\u003ehexadog/laravel-themes-manager\u003c/code\u003e is a Laravel package which was created to let you developing multi-themes Laravel application.\n\n\u003c!-- omit in toc --\u003e\n## Installation\nThis package requires PHP 7.4 and Laravel 7.0 or higher.\n\nTo get started, install Themes Manager using Composer:\n```shell\ncomposer require hexadog/laravel-themes-manager\n```\n\nThe package will automatically register its service provider.\n\nTo publish the config file to config/themes-manager.php run:\n```shell\nphp artisan vendor:publish --provider=\"Hexadog\\ThemesManager\\Providers\\PackageServiceProvider\"\n```\n\n## Documentation\nYou can find the full documentation [here](https://laravel-themes-manager.netlify.app)\n\n\u003c!-- omit in toc --\u003e\n## Related projects\n- [Laravel Theme Installer](https://github.com/hexadog/laravel-theme-installer): Composer plugin to install `laravel-theme` packages outside vendor directory .\n\n\u003c!-- omit in toc --\u003e\n## Credits\n- Logo made by [DesignEvo free logo creator](https://www.designevo.com/logo-maker/)\n\n\u003c!-- omit in toc --\u003e\n## License\nLaravel Themes Manager is open-sourced software licensed under the [MIT license](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexadog%2Flaravel-themes-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexadog%2Flaravel-themes-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexadog%2Flaravel-themes-manager/lists"}