phpsa/filament-cms
最新稳定版本:v2.2.0
Composer 安装命令:
composer require phpsa/filament-cms
包简介
CMS for your Filament
README 文档
README
Filament CMS
Installation
You can install the package via composer:
composer require phpsa/filament-cms
php artisan filament-cms:install
php artisan migrate
Routes
Route::any('/topics', [CmsCategoriesController::class, 'index'])->name('phpsa.filament.cms.resources.categories.resource');
Route::any('topics/{page:slug}', [CmsCategoriesController::class, 'show'])->name('phpsa.filament.cms.resources.categories.resource.show');
Route::any('posts/{page:slug}', [CmsBlogPostController::class, 'show'])->name('phpsa.filament.cms.resources.blog.post.resource');
Route::any('topics/{page:slug}/posts/{post:slug}', [CmsBlogPostController::class, 'showWithTopic'])->name('phpsa.filament.cms.resources.topic.blog.post.resource');
Route::any('{page:slug}', CmsPageController::class)->name('phpsa.filament.cms.resources.pages.resource');
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 487
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-28