azraf / laravel-themes-manager
Bring multi themes support to your Laravel application with a full-featured Themes Manager
Requires
- php: >=8.2
- ext-json: *
- hexadog/laravel-theme-installer: ^1.0
- illuminate/view: ^11.0
Requires (Dev)
- laravel/pint: ^1.10
- orchestra/testbench: ^8.3
- phpunit/phpunit: ^7.0|^8.0|^9.0|^10.0|^11.0
This package is auto-updated.
Last update: 2025-03-12 04:22:52 UTC
README
Introduction
azraf/laravel-themes-manager
is for testing hexadog/laravel-themes-manager package in my own project with some core modification. This testing may end OK. Its highly recommended you use the main package hexadog/laravel-themes-manager. This package will be under lots of testing, so highly possibility of end with lots of errors. So, if you want, use with your own risk.
composer require hexadog/laravel-themes-manager
Modified/testing package
composer require azraf/laravel-themes-manager
The package will automatically register its service provider.
To publish the config file to config/themes-manager.php run:
php artisan vendor:publish --provider="Hexadog\ThemesManager\Providers\PackageServiceProvider"
Documentation
You can find the full documentation here
Related projects
- Laravel Theme Installer: Composer plugin to install
laravel-theme
packages outside vendor directory .
Credits
- Logo made by DesignEvo free logo creator
License
Laravel Themes Manager is open-sourced software licensed under the MIT license.