codemanstudio/codeman-admin

用于管理面板的包

安装次数: 99

依赖关系: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 0

开放问题: 1

语言:JavaScript

dev-master 2024-02-23 12:35 UTC

This package is auto-updated.

Last update: 2024-09-23 13:49:03 UTC


README

这是一个简单的管理面板,提供了创建简单网站所需的所有功能,无需花费太多时间。此包支持Laravel 5.8.8或更高版本。

安装

步骤 1

Install the package through [Composer](https://getcomposer.org.cn/). 

Run the Composer require command from the Terminal:

  composer require codemanstudio/codeman-admin

步骤 2

Publish the vendor

  php artisan vendor:publish --force

步骤 3

Migrate the database

  php artisan migrate

步骤 4

Seed the database

  php artisan db:seed --class=Codeman\\Admin\\Database\\Seeds\\AdminSeeder

步骤 5

Follow the URL yoursite.com/admin/login

现在您已经准备好在您的应用程序中使用CODEMAN管理面板了。