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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package thememanager-module

Thememanager Module

Theme Management (Front End) For Laravel CMS.

Foo

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

Screen Shot 2021-03-03 at 8 59 17 PM

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.

Screen Shot 2021-05-02 at 2 10 02 PM


All versions of thememanager-module with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
nwidart/laravel-modules Version ^9.0
simplepleb/themes Version ~1.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package simplepleb/thememanager-module contains the following files

Loading the files please wait ....