https://github.com/codions/laravel-themes-manager
Enhance your Laravel application with versatile theme support using a comprehensive theme manager that offers a wide range of powerful features, including Livewire support and much more.
https://github.com/codions/laravel-themes-manager
laravel livewire modules multi-theme php themes
Last synced: about 2 months ago
JSON representation
Enhance your Laravel application with versatile theme support using a comprehensive theme manager that offers a wide range of powerful features, including Livewire support and much more.
- Host: GitHub
- URL: https://github.com/codions/laravel-themes-manager
- Owner: codions
- License: mit
- Created: 2023-05-16T00:05:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T22:32:13.000Z (almost 3 years ago)
- Last Synced: 2026-01-11T14:36:51.630Z (5 months ago)
- Topics: laravel, livewire, modules, multi-theme, php, themes
- Language: PHP
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Themes Manager
## Introduction
Enhance your Laravel application with versatile theme support using a comprehensive theme manager that offers a wide range of powerful features, including Livewire support and much more.
## Installation
This package requires PHP 7.4 and Laravel 7.0 or higher.
To get started, install Themes Manager using Composer:
```shell
composer require codions/laravel-themes-manager
```
The package will automatically register its service provider.
To publish the config file to config/themes-manager.php run:
```shell
php artisan vendor:publish --provider="Codions\ThemesManager\Providers\PackageServiceProvider"
```
## Documentation
You can find the full documentation [here](docs)
## Related projects
- [Laravel Themes Installer](https://github.com/codions/laravel-themes-installer): Composer plugin to install `laravel-theme` packages outside vendor directory .
## Credits
- This project is a modified version of [hexadog/laravel-themes-manager](https://github.com/hexadog/laravel-themes-manager), created as a fork with additional changes.
## License
Laravel Themes Manager is open-sourced software licensed under the [MIT license](LICENSE).