https://github.com/saade/filament-tiptap-chatting
https://github.com/saade/filament-tiptap-chatting
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saade/filament-tiptap-chatting
- Owner: saade
- License: mit
- Created: 2023-11-28T15:48:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T04:30:42.000Z (11 months ago)
- Last Synced: 2025-03-22T00:52:28.927Z (3 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# This is my package filament-tiptap-chatting
[](https://packagist.org/packages/saade/filament-tiptap-chatting)
[](https://github.com/saade/filament-tiptap-chatting/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/saade/filament-tiptap-chatting/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](https://packagist.org/packages/saade/filament-tiptap-chatting)This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require saade/filament-tiptap-chatting
```You can publish and run the migrations with:
```bash
php artisan vendor:publish --tag="filament-tiptap-chatting-migrations"
php artisan migrate
```You can publish the config file with:
```bash
php artisan vendor:publish --tag="filament-tiptap-chatting-config"
```Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="filament-tiptap-chatting-views"
```This is the contents of the published config file:
```php
return [
];
```## Usage
```php
$filamentTiptapChatting = new Saade\FilamentTiptapChatting();
echo $filamentTiptapChatting->echoPhrase('Hello, Saade!');
```## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Saade](https://github.com/saade)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.