Download the PHP package tomatophp/filament-types without Composer
On this page you can find all versions of the php package tomatophp/filament-types. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomatophp/filament-types
More information about tomatophp/filament-types
Files in tomatophp/filament-types
Package filament-types
Short Description Manage any type on your app in Database with easy to use Resource for FilamentPHP
License MIT
Informations about the package filament-types
Filament Types Manager
Manage any type on your app in Database with easy to use Resource for FilamentPHP
Screenshots
Installation
after install your package please run this command
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
Register Type using provider
you can register a type from your provider using our Facade
Use Type Helper
you can find any type with the helper method to use it anywhere
it will return type model for you.
Use Type Column
you can use type column in your table like this
Auto Caching
on your .env
add this
supported cache stores are
Use Type Base Page
you can create a page for selected type by just extand base type page
it will be not appear on the navigation menu by default but you can change that by just use this method
Use Type Component
if you like to use a type as a package we create a blade component for you to make it easy to use anywhere on your app like this
User Types Resource Hooks
we have add a lot of hooks to make it easy to attach actions, columns, filters, etc
Table Columns
Table Actions
Table Filters
Table Bulk Actions
From Components
Page Actions
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
Testing
if you like to run PEST
testing just use this command
Code Style
if you like to fix the code style just use this command
PHPStan
if you like to check the code by PHPStan
just use this command
Other Filament Packages
Checkout our Awesome TomatoPHP
All versions of filament-types with dependencies
tomatophp/console-helpers Version ^1.1
filament/filament Version ^3.2
tomatophp/filament-icons Version ^1.1
filament/spatie-laravel-media-library-plugin Version ^3.2
filament/spatie-laravel-translatable-plugin Version ^3.2
genealabs/laravel-model-caching Version ^11.0
tomatophp/filament-translation-component Version ^v1.0