{"id":37004629,"url":"https://github.com/czim/laravel-cms-wiki-module","last_synced_at":"2026-01-14T00:38:37.864Z","repository":{"id":56960938,"uuid":"95307580","full_name":"czim/laravel-cms-wiki-module","owner":"czim","description":"Simple wiki documentation module for the Laravel CMS","archived":true,"fork":false,"pushed_at":"2017-06-25T20:59:41.000Z","size":52,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T13:03:17.423Z","etag":null,"topics":["cms","documentation","laravel","live-preview","markdown","wiki"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/czim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-24T15:57:14.000Z","updated_at":"2024-08-20T19:38:03.000Z","dependencies_parsed_at":"2022-08-21T09:20:53.241Z","dependency_job_id":null,"html_url":"https://github.com/czim/laravel-cms-wiki-module","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/czim/laravel-cms-wiki-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czim%2Flaravel-cms-wiki-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czim%2Flaravel-cms-wiki-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czim%2Flaravel-cms-wiki-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czim%2Flaravel-cms-wiki-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/czim","download_url":"https://codeload.github.com/czim/laravel-cms-wiki-module/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czim%2Flaravel-cms-wiki-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"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":["cms","documentation","laravel","live-preview","markdown","wiki"],"created_at":"2026-01-14T00:38:37.783Z","updated_at":"2026-01-14T00:38:37.846Z","avatar_url":"https://github.com/czim.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CMS for Laravel - Wiki Documentation Module\n\nSimple wiki for the CMS.\n\nThis module adds a wiki that may be browsed and maintained by CMS users. \n\nIts recommended use is to provide in-application documentation about the CMS.\nFor example: editors can browse the wiki to read about custom CMS functionality; administrators can maintain the wiki contents.  \n\nTo be used to with the [Laravel CMS Core](https://github.com/czim/laravel-cms-core).\n\nThis package is compatible and tested with Laravel 5.3 and 5.4.\n\n\n## Installation\n\nAdd the module class to your `cms-modules.php` configuration file:\n\n``` php\n    'modules' =\u003e [\n        // ...\n        Czim\\CmsWikiModule\\Modules\\WikiModule::class,\n    ],\n```\n\nAdd the service provider to your `cms-modules.php` configuration file:\n\n``` php\n    'providers' =\u003e [\n        // ...\n        Czim\\CmsWikiModule\\Providers\\CmsWikiModuleServiceProvider::class,\n        // ...\n    ],\n```\n\nTo publish the config and migration:\n\n``` bash\nphp artisan vendor:publish\n```\n\nRun the CMS migration:\n\n```bash\nphp artisan cms:migrate\n```\n\n## Usage\n\nThe wiki will automatically be present in your menu, with a link to the home page.\n\n\n\n### Security\n\nAs with any module, only authenticated CMS users can access its routes. \n\nAdditionally a non-admin user must have the following permissions:\n\n| Permission key             | Description       |\n| -------------------------- | ----------------- |\n| wiki.page.create           | Create new wiki pages |\n| wiki.page.edit             | Edit existing wiki pages |\n| wiki.page.delete           | Delete wiki pages |\n\nOr simply set `wiki.page.*` for all of the above.\n\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n\n## Credits\n\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/czim/laravel-cms-wiki-module.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/czim/laravel-cms-wiki-module.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/czim/laravel-cms-wiki-module\n[link-downloads]: https://packagist.org/packages/czim/laravel-cms-wiki-module\n[link-author]: https://github.com/czim\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczim%2Flaravel-cms-wiki-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fczim%2Flaravel-cms-wiki-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczim%2Flaravel-cms-wiki-module/lists"}