Download the PHP package tomatophp/filament-plugins without Composer

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

Screenshot

Filament Plugins Manager & Generator

Latest Stable Version License Downloads

Manage your modules as a plugin system with plugin generator

Screenshots

Plugins Tables Generate Create Col Table cols

Installation

after install your package please run this command

By default the module classes are not loaded automatically. You can autoload your modules by adding merge-plugin to the extra section:

now you need to run this command to autoload your modules

finally reigster the plugin on /app/Providers/Filament/AdminPanelProvider.php

Usage

you can create a new plugin using just a command

or you can use the GUI to create a new plugin, after create a plugin you need to make sure that it's loaded on composer by run this command

after create the plugin you can create a new table inside it and than run the migration generator to convert it to a migration file then you can use the GUI to generate resources, pages, widget or model, or you can easy use this commands

it will generate the files for you and you can use it directly, please note that you need to generate the model first than use other commands

Install Plugins using command line

you can install a plugins using the command line by using this command

you can select all to install all TomatoPHP ecosystem plugins or you can select the plugin you want to install

List of all TomatoPHP Plugins

you can list all TomatoPHP plugins by using this command

List your package on the plugins list

you can list your package on the plugins list by adding this a json file in your package root folder with name module.json with content like this:

make sure you allow packages scan on the filament-plugins.php config file

now you can publish your package as module with the very easy way use this command

and input your package name from the list and it will move it to your module folder and register the provider to you, so you can custom anything you like on the package.

Use Selected Module in your panel

you can use the selected module in your panel by using this code in your PanelProvider

so you will see only the selected modules in your panel

Get Only Current Panel Plugins

on any plugin you can create a Page/Resource/Widget for selected panel, so if you need to showup only the current panel Page/Resources/Widgets you can use this code in your PanelProvider

Stop Auto Discover Module Resources

you can stop auto-load module resources by using this code in your PanelProvider

Stop Using Plugins UI

you can stop using the plugins UI by using this code in your PanelProvider

Publish Assets

you can publish config file by use this command

you can publish views file by use this command

you can publish languages file by use this command

you can publish migrations file by use this command

Other Filament Packages

Checkout our Awesome TomatoPHP


All versions of filament-plugins with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1|^8.2
tomatophp/console-helpers Version ^1.1
filament/filament Version ^3.0.0
filament/notifications Version ^3.0.0
nwidart/laravel-modules Version ^11.0
tomatophp/filament-icons Version ^1.0
calebporzio/sushi Version *
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 tomatophp/filament-plugins contains the following files

Loading the files please wait ....