ashrafimanesh / laravel-simple-theme-manager by ashrafimanesh

Laravel Theme Manager
24
3
1
Package Data
Maintainer Username: ashrafimanesh
Maintainer Contact: ashrafimanesh@gmail.com (ramin)
Package Create Date: 2017-08-13
Package Last Update: 2023-02-01
Language: PHP
License: MIT
Last Refreshed: 2025-02-07 15:06:40
Package Statistics
Total Downloads: 24
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 1
Total Forks: 1
Total Open Issues: 3

Laravel Simple ThemeManager

Handle themes in resources/Themes directory with create config/theme.php file

Requirements

php:>=5.5.9

Quick Installation

Begin by installing the package through Composer.

composer require ashrafi/laravel-simple-theme-manager

Add service provider to config/app.php providers list

Ashrafi\ThemeManager\ServiceProvider::class,