Download the PHP package mekad/laravel-theme-customizer without Composer

On this page you can find all versions of the php package mekad/laravel-theme-customizer. 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 laravel-theme-customizer

Laravel Theme Customizer

A Laravel package that allows you to customize your application's theme colors and settings.

Features

Installation

  1. Install the package via Composer:

  2. Publish the package assets:

  3. Run the installation command:

This will:

Default Themes

The package comes with three pre-configured global themes:

  1. Dark Blue & Green (Active by default)

    • Primary: #1a3a6c
    • Secondary: #1e4d45
    • Light Primary: #2c5eaa
    • Light Secondary: #2a6b5f
    • Accent: #ffc107
    • Text Light: #f8f9fa
    • Text Dark: #343a40
    • Dark Background: #1a1a24
  2. Light Blue & Green

    • Primary: #3490dc
    • Secondary: #38a169
    • Light Primary: #6cb2eb
    • Light Secondary: #68d391
    • Accent: #f6ad55
    • Text Light: #ffffff
    • Text Dark: #1a202c
    • Dark Background: #2d3748
  3. Purple & Teal
    • Primary: #6b46c1
    • Secondary: #319795
    • Light Primary: #9f7aea
    • Light Secondary: #4fd1c5
    • Accent: #f687b3
    • Text Light: #ffffff
    • Text Dark: #1a202c
    • Dark Background: #2d3748

Configuration

After installation, you can configure the package by editing the config/theme-customizer.php file. The main configuration options are:

Usage

Middleware Setup

The package includes a middleware that needs to be registered. You can add it to your application's middleware stack by using its class name:

add Theme Midllwere for your Midllwere (if don't add it nothing will work)

Blade Components

Use the provided Blade components to apply themes to your views:

To add the theme editor for managing themes:

The theme editor provides:

Theme Management

Access the theme management interface at /theme-customizer (requires admin role if theme_mode is set to 'admin').

Available Actions

Requirements

License

This package is open-sourced software licensed under the MIT license.

Support

If you find a bug or have a feature request, please open an issue on the GitHub repository.


All versions of laravel-theme-customizer with dependencies

PHP Build Version
Package Version
No informations.
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 mekad/laravel-theme-customizer contains the following files

Loading the files please wait ....