Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-31T22:32:13.000Z (over 1 year ago)
- Last Synced: 2024-11-16T17:45:03.128Z (about 1 month ago)
- Topics: laravel, livewire, modules, multi-theme, php, themes
- Language: PHP
- Homepage:
- Size: 165 KB
- Stars: 0
- 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).