Download the PHP package tomatophp/filament-notes without Composer
On this page you can find all versions of the php package tomatophp/filament-notes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package filament-notes
Filament Sticky Notes
Add Sticky Notes to your FilamentPHP dashboard with tons of options and style
NOTE please make sure you have SQLite3
ex for PHP to make sure that Icons will be cached and work.
Screenshots
Features
- [x] Notes Resource
- [x] Notes Style
- [x] Pined Notes
- [x] Notes Background
- [x] Notes Font Color
- [x] Notes Border Color
- [x] Notes Font Widget
- [x] Notes Widget
- [x] Notes Widget Limit
- [x] Public/Private Notes
- [x] Notes Groups
- [x] Notes Status
- [x] Notes To Notifications
- [x] Share Notes With Public Link
- [x] Share Notes With Selected User
- [x] Notes CheckLists
- [ ] Notes Reminders
- [ ] Notes Font Family
- [ ] Attach Notes To Models
- [ ] Notes Templates
Installation
after install your package please run this command
Finally reigster the plugin on /app/Providers/Filament/AdminPanelProvider.php
Use Widget
you can use it as a resource or you can use it as a widget by just register a widget on your panel provider like this
Use Livewire Component
you can use selected note anywhere using livewire component
Use Groups & Status
to use this feature you need to install filament-types or use this command
than you can use this feature by add this methods to the plugin
Use Convert Note To Notification
to use this feature you need to install filament-alerts or use this command
then you can use this feature by adding this method to the plugin
Use Share Note With Public Link
you can generate a public link and share it with others by allowing this feature on your provider
Use User Access Permissions
you can use this feature to allow only selected users to access the notes by allowing this feature on your provider
Use Checklist
you can use this feature to add a checklist to your notes by allowing this feature on your provider
Customize Note Resource Icon
you can customize the note resource icon by adding this method to the plugin
`
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-notes with dependencies
tomatophp/console-helpers Version ^1.1
tomatophp/filament-icons Version ^1.1
filament/filament Version ^3.0
tomatophp/filament-types Version ^1.0