laramod/admin-blog

LaraMod 博客模块

安装: 33

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 1

语言:HTML

0.5.3 2017-11-11 13:20 UTC

This package is not auto-updated.

Last update: 2024-09-15 02:02:50 UTC


README

LaraMod 是一个基于 Laravel 的模块化 CMS。 https://github.com/LaraModulus

警告:在 v1 版本之前,没有向后兼容性,某些版本可能需要 migrate:refresh

安装

composer require laramod/admin-blog

config/app.php

'providers' => [
    ...
    LaraMod\Admin\Blog\AdminBlogServiceProvider::class,
]

发布迁移

php artisan vendor:publish --tag="migrations"

运行迁移

php artisan migrate

config/admincore.php 中您可以编辑管理菜单

演示: http://laramod.novaspace.eu/admin

user: admin@admin.com
pass: admin