{"id":22110874,"url":"https://github.com/webplusmultimedia/la-tiny-editor","last_synced_at":"2026-03-19T21:46:14.236Z","repository":{"id":175578667,"uuid":"654151806","full_name":"webplusmultimedia/la-tiny-editor","owner":"webplusmultimedia","description":"Tiny MCE Editor for Little Admin","archived":false,"fork":false,"pushed_at":"2023-10-09T17:38:19.000Z","size":2123,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T14:44:01.946Z","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/webplusmultimedia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-15T13:47:17.000Z","updated_at":"2023-06-16T11:25:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"94c23826-b382-4ec8-8d37-c54910d1fca7","html_url":"https://github.com/webplusmultimedia/la-tiny-editor","commit_stats":null,"previous_names":["webplusmultimedia/la-tiny-editor"],"tags_count":8,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/webplusmultimedia/la-tiny-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webplusmultimedia%2Fla-tiny-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webplusmultimedia%2Fla-tiny-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webplusmultimedia%2Fla-tiny-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webplusmultimedia%2Fla-tiny-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webplusmultimedia","download_url":"https://codeload.github.com/webplusmultimedia/la-tiny-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webplusmultimedia%2Fla-tiny-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29084394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"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-01T10:31:12.375Z","updated_at":"2026-02-04T12:36:06.566Z","avatar_url":"https://github.com/webplusmultimedia.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tiny MCE Editor 6.4.2 for Little Admin\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/webplusmultimedia/la-tiny-editor.svg?style=flat-square)](https://packagist.org/packages/webplusmultimedia/la-tiny-editor)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/webplusmultimedia/la-tiny-editor/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/webplusmultimedia/la-tiny-editor/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/webplusmultimedia/la-tiny-editor/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/webplusmultimedia/la-tiny-editor/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/webplusmultimedia/la-tiny-editor.svg?style=flat-square)](https://packagist.org/packages/webplusmultimedia/la-tiny-editor)\n\nTinyMce plugin for Little Admin.\n[![S-lection-004.png](https://i.postimg.cc/PJGwsYt3/S-lection-004.png)](https://postimg.cc/dkB1G7Zr)\n## Support us\n\nComing soon\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require webplusmultimedia/la-tiny-editor\n```\n\nPublish the assets:\n\n```bash\nphp artisan vendor:publish --tag=la-tiny-editor-assets\n```\n\nPublish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"la-tiny-editor-config\"\n```\n\nThen, add some profile to use with tinyMce:\n\n```php\nreturn [\n    'profiles' =\u003e [\n    ...\n        'myconf' =\u003e [\n                'plugins' =\u003e 'autolink link code',\n                'toolbar' =\u003e 'undo redo | bold italic underline | link | removeformat code brbtn',\n            ],\n    ...     \n    ]\n];\n```\n\n \n## Usage\n\nIn the resource file of little Admin \n\n```php\npublic static function getFormSchema(Form $form): Form\n    {\n        return $form\n            -\u003eschema([\n                LaTinyEditor::make('extrait')\n                    -\u003enullable()\n                    -\u003eprofile('myconf')\n                    -\u003erequired(),\n                LaTinyEditor::make('texte')\n                    -\u003enullable()\n                    -\u003ehelperText('Texte d\\'apprentissage')-\u003erequired(),\n            ]);\n}\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Webplusm](https://github.com/webplusmultimedia)\n- [All Contributors](../../contributors)\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%2Fwebplusmultimedia%2Fla-tiny-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebplusmultimedia%2Fla-tiny-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebplusmultimedia%2Fla-tiny-editor/lists"}