Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Laravel Themes Manager



Latest Stable Version


Total Downloads


License

## 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).