Download the PHP package opensynergic/themes-manager without Composer
On this page you can find all versions of the php package opensynergic/themes-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download opensynergic/themes-manager
More information about opensynergic/themes-manager
Files in opensynergic/themes-manager
Package themes-manager
Short Description Filament themes manager
License MIT
Homepage https://github.com/opensynergic/themes-manager
Informations about the package themes-manager
Themes Manager
Installation
You can install the package via composer:
Usage
Assets
A theme can have its own assets (images, stylesheets, javascript, ...). Theme's specific assets should be on public
folder inside their own theme.
To generate an asset url you can use:
This will generate a url asset from current active theme:
Artisan Command
Generate new theme.
You can easily create a new Theme by using the following command and follow the steps:
This command will create a new Theme directory with all necessary files within the themes folder.
Theme List
List all existing themes in your application with their details.
Enable Theme
To enable theme you can use the following command:
Only one theme can enable at a time
Clear Cache
Configuration
Themes Directory
Themes Manager will look for your themes into the themes
folder by default. You can customize this with the themes-manager.dir
configuration value.
All versions of themes-manager with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^8.0|^9.0
opensynergic/hooks Version self.version
spatie/valuestore Version ^1.3
zanysoft/laravel-zip Version ^2.0