Download the PHP package 3x1io/filament-themes without Composer

On this page you can find all versions of the php package 3x1io/filament-themes. 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 filament-themes

Filament Theme Manager

FrontEnd Themes Manager For Filament Admin

Installation

You can install the package via composer:

Run migration:

Run migration:

Remove default route from routes/web.php

add to your composer.json

Create New Theme

to create a new theme just this this command

it will ask you for the theme name and the theme description

and you will get your new theme folder on path resources/views/themes/THEME_NAME

and your assets folder on path public/themes/THEME_NAME


Theme Helpers

our theme feature has some helpers to make it easy to make a frontend theme like theme assets url

this function take a url and make it easy to access your theme path public/themes/THEME_NAME/

this function get the namespace for the controller folder of the current theme

this function take a key and get this key from settings table and decode it to array so you can use it when you make a menu inside a json setting.

this function take a number and convert it to money style with a currency symbol


Generate a Theme Controller

our themes feature support artisan command to generate a new theme controller you can use this command like

i will ask you about Theme Name and Controller Name

Note: the controller name must be in PascalCase without Controller word on the end because we attach it automatically

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of filament-themes with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/filament Version ^2.16
filament/notifications Version ^2.16
filament/spatie-laravel-settings-plugin Version ^2.16
spatie/laravel-package-tools Version ^1.10
queents/console-helpers Version ^v1.0.0
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 3x1io/filament-themes contains the following files

Loading the files please wait ....