Download the PHP package g4b0rdev/filament-solar-icons without Composer

On this page you can find all versions of the php package g4b0rdev/filament-solar-icons. 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-solar-icons

Filament Solar Icons

A Solar icon set implementation for Filament 5.x, providing the full set of Solar icons integrated with Filament's interface.

[!NOTE] Filament v5 users: use version ^2.0 of this package. Version 1.x supports Filament v4 only.

[!IMPORTANT] The Solar icon set by 480 Design is licensed under CC BY 4.0. See Icon License section below for attribution requirements.

Index

> Installation..................................................................... 
> Icon Styles...................................................................... 
> Using Icons in Custom Enums...................................................... 
> Custom Enum with Icons......................................................... 
> Available Icon Style Enums..................................................... 
> Example: Table Column with Custom Icons........................................ 
> Example: Form Field with Icon.................................................. 
> Mixing Icon Styles............................................................. 
> Override Specific Icons.......................................................... 
> Override Icon Aliases.......................................................... 
> Override Individual Icons...................................................... 
> Override Styles for Specific Aliases........................................... 
> Override Styles for Specific Icons............................................. 
> Icon License..................................................................... 
> CC BY 4.0 Requirements......................................................... 
> Credits.......................................................................... 
> License.......................................................................... 

Installation

Install via Composer:

Register the plugin in your Filament Panel provider:

Icon Styles

Solar icons come in seven styles: bold, broken, duotone, linear, outline, bold-duotone, and line-duotone.

By default, the package uses the outline style. You can change the global style:

Using Icons in Custom Enums

When you need to use Solar icons in custom enums or other contexts where you need the full icon name with the solar- prefix, use the getIconName() method. This is particularly useful for Filament's HasIcon interface.

Custom Enum with Icons

Example for enum:

Available Icon Style Enums

All seven icon styles have corresponding enums with the getIconName() method:

Example: Table Column with Custom Icons

Example: Form Field with Icon

Mixing Icon Styles

You can mix different icon styles in the same component:

Override Specific Icons

Override Icon Aliases

Or override multiple aliases:

Override Individual Icons

Or override multiple icons:

Override Styles for Specific Aliases

Override Styles for Specific Icons

Icon License

Important: The Solar icon set by 480 Design is licensed under CC BY 4.0.

CC BY 4.0 Requirements

When using Solar icons, you must:

  1. Give appropriate credit to 480 Design
  2. Provide a link to the license: https://creativecommons.org/licenses/by/4.0/
  3. Indicate if changes were made to the icons (if applicable)

You may satisfy the attribution requirement by including a notice in your application's credits, about page, or documentation. Example:

Credits

License

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


All versions of filament-solar-icons with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
filafly/filament-icons Version ^2.2
codeat3/blade-solar-icons Version ^1.4
filament/filament Version ^5.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 g4b0rdev/filament-solar-icons contains the following files

Loading the files please wait ...