laramod/admin-orders

LaraMod 管理订单模块

0.3.1 2017-07-10 15:22 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 版本,将没有向后兼容性,某些版本可能需要迁移:刷新

安装

composer require laramod/admin-orders

config/app.php

'providers' => [
    ...
    LaraMod\AdminOrders\AdminOrdersServiceProvider::class,
]

发布迁移

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

运行迁移

php artisan migrate

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

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

user: admin@admin.com
pass: admin