Download the PHP package invaders-xx/filament-gridstack-dashboard without Composer

On this page you can find all versions of the php package invaders-xx/filament-gridstack-dashboard. 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-gridstack-dashboard

invaders-xx-gridstack-dashboard

Create and manage filament Dashboards using gridstack js

image image

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package allows to add widgets and define the layout of the dashboard page on a per-user basic. This package uses Laravel model settings package to ensure persistence of data in the database.

Installation

You can install the package via composer:

Note: Add plugin Blade files to your custom theme tailwind.config.js for dark mode.

To set up your own custom theme, you can visit the official instruction page on the Filament website.

Add the plugin's views to your tailwind.config.js file.

Please visit Laravel model settings to configure your User model to use this package.

You can publish the config file with:

This is the contents of the published config file:

There is no option at the moment.

Optionally, you can publish the views using

Usage

All functions used to configure the plugin can have a closure as argument.

You can configure the number of columns of the grid. Default is 12.

You can configure the number of rows of the grid. Default is 0 (no constraint).

You can configure the settings path (string in dotted format where to store in the settings) By default the path is 'dashboard.layout'

You can enable/disable floating widgets (default: true).

You can enable/disable dragging widgets (default: false).

You can enable/disable resizing widgets (default: false).

You can specify resizing handles position of widgets. It can be any combination of n,ne,e,se,s,sw,w,nw or all ( default: 'se').

You can configure the navigationIcon, the navigationGroup, the navigationLabel, the navigationSort, canAccess and shouldRegisterNavigation

You can configure a default grid using defaultGrid() function. This function has an array as parameter. This array should have the following format:

FYI, a 12 columns grid, x goes from 0 to 11

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

License

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


All versions of filament-gridstack-dashboard with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^3.0
glorand/laravel-model-settings Version ^7.0
spatie/laravel-package-tools Version ^1.15.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 invaders-xx/filament-gridstack-dashboard contains the following files

Loading the files please wait ....