Download the PHP package simplepleb/thememanager-module without Composer
On this page you can find all versions of the php package simplepleb/thememanager-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simplepleb/thememanager-module
More information about simplepleb/thememanager-module
Files in simplepleb/thememanager-module
Package thememanager-module
Short Description Used to manage site themes for front and back end Laravel
License GPL-3.0-or-later
Informations about the package thememanager-module
Thememanager Module
Theme Management (Front End) For Laravel CMS.
Dashboard
Using the theme manager dashboard you can click to change the theme of the site. Themes are displayed with a screenshot, description and related information. By clicking 'Activate' your site (front-end) theme will be updated to use the selected theme.
If you choose to disable the theme, by clicking the 'disable' button on the dashboard, your site will only display the default Laravel login page if it exists.
Install
After Install
Publish the custom blade components. The following command will copy files to the folder.
Theme Views
Theme folders have json files that make it easy to use the correct view from your controller method. Take a look at in any of the theme folders for a better understanding.
Simple Previews
It is simple to preview any theme view page. Open the in your browser. The value is the name of the blade template file you want to preview. The (optional) allows you to preview any theme with ease. If is not specified, the preview will use the default theme.
Screenshots
Dashboard
Settings
Each theme can have its own settings - add settings and default values in the file - which will build the settings form and allow the end-user to modify variables and values used throughout the theme. Use these values inside your theme blade files and elsewhere.