Download the PHP package tomatophp/filament-docs without Composer
On this page you can find all versions of the php package tomatophp/filament-docs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package filament-docs
Filament Documents Editor
Manage your documents and contracts all in one place with template builder
Features
- [x] Generate Documents From Template
- [x] Build Template using Tiptop Editor
- [x] Add Custom Vars By Facade
- [x] Generate Documents Action
- [x] Documents Filter By Template
- [x] Print Document or Export as PDF
- [x] Documents Relation Manager
- [x] Custom Print Header & Footer
- [x] Custom Print CSS
Screenshots
Installation
after install your package please run this command
if you are not using this package as a plugin please register the plugin on /app/Providers/Filament/AdminPanelProvider.php
Using
you can add the action to any table like this
and then you can use $ACCOUNT_NAME
in your template
if you like to add a Global Var you can use Facade class like this
as you can see you can use data from selected table or from a static function
Add Fixed Header & Footer to Document Print
if you like to add a fixed header and footer to your document print you can use this method on your AppServiceProvider.php
file
Custom CSS on Document Print
if you like to add a custom css to your document print you can use this method on your AppServiceProvider.php
file
Allow Tenants
to allow tenants just use this method
and add this migration
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-docs with dependencies
tomatophp/console-helpers Version ^1.1
tomatophp/filament-icons Version ^1.1
filament/filament Version ^3.3
awcodes/filament-tiptap-editor Version ^3.5