{"id":23003704,"url":"https://github.com/stechstudio/laravel-tiptap","last_synced_at":"2026-01-11T23:00:45.733Z","repository":{"id":63230104,"uuid":"557903556","full_name":"stechstudio/laravel-tiptap","owner":"stechstudio","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-22T08:28:30.000Z","size":8828,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-19T19:38:52.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stechstudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-26T14:19:19.000Z","updated_at":"2022-10-31T16:22:15.000Z","dependencies_parsed_at":"2023-01-23T20:16:27.444Z","dependency_job_id":null,"html_url":"https://github.com/stechstudio/laravel-tiptap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stechstudio/laravel-tiptap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stechstudio%2Flaravel-tiptap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stechstudio%2Flaravel-tiptap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stechstudio%2Flaravel-tiptap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stechstudio%2Flaravel-tiptap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stechstudio","download_url":"https://codeload.github.com/stechstudio/laravel-tiptap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stechstudio%2Flaravel-tiptap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T07:15:04.219Z","updated_at":"2026-01-11T23:00:45.708Z","avatar_url":"https://github.com/stechstudio.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"A TALL-stack implementation of the Tiptap WYSYWIG editor.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require stechstudio/laravel-tiptap\n```\n\nThe service provider will be automatically wired up for you.\n\n### Include Javascript resources\n\nThe following packages must be installed.\n\nTailwind:\n\n```bash\n\nnpm install -D tailwindcss postcss autoprefixer\nnpx tailwindcss init -p\n```\n\nTipTap Starter Kit:\n\n```bash\n\nnpm install @tiptap/starter-kit\n```\n\nTipTap Extension Link:\n\n```bash\n\nnpm install @tiptap/extension-link\n```\n\nTipTap Extension Color:\n\n```bash\n\nnpm install @tiptap/extension-color\n```\n\nTipTap Extension Text Style:\n\n```bash\n\nnpm install @tiptap/extension-text-style\n```\n\nYou also need to have Alpine.js and the TipTap editor already installed.\n\nAlpine.js:\n\n```bash\n\nnpm install alpinejs\n```\n\nTipTap Core:\n\n```bash\n\nnpm install @tiptap/core\n```\n\nIn your app.js file, add the following boilerplate to get up and running.\n\n```js\nimport { Editor } from \"@tiptap/core\";\nimport StarterKit from \"@tiptap/starter-kit\";\nimport Link from \"@tiptap/extension-link\";\nimport TextStyle from \"@tiptap/extension-text-style\";\nimport Color from \"@tiptap/extension-color\";\nimport Alpine from 'alpinejs';\n\nwindow.Editor = Editor;\nwindow.StarterKit = StarterKit;\nwindow.Link = Link;\nwindow.TextStyle = TextStyle;\nwindow.Color = Color;\nwindow.Alpine = Alpine;\n\nAlpine.start();\n```\n\nThis will make use of the previously mentioned packages.\n\n## Usage\n\nWithin your Livewire component view, add the TipTap editor component and bind it to your desired Livewire property as usual:\n\n```html\n\n\u003cx-tiptap::editor wire:model=\"message.body\" id=\"body\" name=\"body\" /\u003e\n```\n\n## Customization\n\nThe editor view may be customized by publishing the views into your application's `resources/views/vendor` folder.\n\n```bash\n\nphp artisan vendor:publish --tag=tiptap-views\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstechstudio%2Flaravel-tiptap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstechstudio%2Flaravel-tiptap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstechstudio%2Flaravel-tiptap/lists"}