snowsoft / laravel-themes-manager
Bring multi themes support to your Laravel application with a full-featured Themes Manager
1.0
2023-12-23 11:57 UTC
Requires
- php: >=7.4
- ext-json: *
- illuminate/view: ^7.0|^8.0|^9.0|^10.0
- snowsoft/laravel-theme-installer: ^1.0
Requires (Dev)
- laravel/pint: ^1.10
- nunomaduro/larastan: ^2.0
- orchestra/testbench: ^8.3
- phpunit/phpunit: ^7.0|^8.0|^9.0|^10.0
This package is auto-updated.
Last update: 2024-10-23 14:02:40 UTC
README
Introduction
snowsoft/laravel-themes-manager
is a Laravel package which was created to let you developing multi-themes Laravel application.
Installation
This package requires PHP 7.4 and Laravel 7.0 or higher.
To get started, install Themes Manager using Composer:
composer require snowsoft/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.