laramod/admin-sliders

LaraMod 滑块模块

0.0.3 2017-07-10 15:21 UTC

This package is not auto-updated.

Last update: 2024-09-15 03:08:37 UTC


README

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

警告:直到 v1 版本,将没有向后兼容性,某些版本可能需要 migrate:refresh

安装

composer require laramod/admin-sliders

config/app.php

'providers' => [
    ...
    LaraMod\Admin\Sliders\AdminSlidersServiceProvider::class,
]

发布迁移

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

运行迁移

php artisan migrate

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

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

user: admin@admin.com
pass: admin