Download the PHP package archilex/filament-stacked-image-column without Composer

On this page you can find all versions of the php package archilex/filament-stacked-image-column. 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-stacked-image-column

Stacked Image Column for Filament

Stacked Image Column allows you to display multiple images as a stack in your Filament tables.

Screenshots

stacked

stacked-dark

Installation

You can install the package via composer:

Optionally, you can publish the views using

Usage

Normally you will use Stacked Image Column to show a relationship of images. The name of the relationship comes first, followed by a period, followed by the name of the column to display:

Using a separator

Instead of using a relationship, you may use a separated string by passing the separator into separator():

Customizing the images

As StackedImageColumn extends Filament's ImageColumn, you have access to most of the same methods:

Setting a limit

You may set a limit to the number of images you want to display by passing limit():

Showing the remaining images count

When you set a limit you may also display the count of remaining images by passing showRemaining().

By default, showRemaining() will display the count of remaining images as a number stacked on the other images. If you prefer to show the count as a number after the images you may use showRemainingAfterStack(). You may also set the text size by using remainingTextSize('xs');

Customizing the ring width

The default ring width is ring-3 but you may customize the ring width to be either 0, 1, 2, or 4 which correspond to tailwinds ring-widths: ring-0, ring-1, ring-2, and ring-4 respectively.

Customizing the overlap

The default overlap is -space-x-1 but you may customize the overlap to be either 0, 1, 2, 3, or 4 which correspond to tailwinds space-x options: space-x-0, -space-x-1, -space-x-2, -space-x-3, and -space-x-4 respectively.

Testing

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

Other Filament Plugins

Check out my other Filament Plugins:

License

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


All versions of filament-stacked-image-column with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
filament/filament Version ^2.0
spatie/laravel-package-tools Version ^1.13.5
illuminate/contracts Version ^9.0|^10.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 archilex/filament-stacked-image-column contains the following files

Loading the files please wait ....