定制 lara-zeus/zeus 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

lara-zeus/zeus

最新稳定版本:v3.1.7

Composer 安装命令:

composer create-project lara-zeus/zeus

包简介

a standalone app., a Starter Kit; it's pre-configured to run all Zeus packages and some extra perks..

README 文档

README

Zeus Kit

Latest Version on Packagist Code Style Total Downloads Total Downloads

Lara Zeus

provide you with a collection of Laravel packages and filament plugins that help you build your site faster and focus on your business

Open in Herd:

if you;re using laravel herd, start creating using the link: https://herd.laravel.com/new/lara-zeus/zeus?name=zeus

Intro

This project is a standalone app, a Starter Kit; it's pre-configured to run all Zeus packages and some extra perks.

Installations

you can start with

composer create-project Lara-zeus/zeus example-app

Creating the database

Next, you must update the values of the DB_* entries in .env so they match your DB. After that, run the migration.

php artisan migrate

Create the first user

you can create the admin user using the command:

php artisan make:filament-user

Configuration

Layout

  • create your first layout and set the slug in the 'AdminPanelProvider' file:
    DynamicDashboardPlugin::make()
        ->defaultLayout('new-page')

the default is: home-page.

  • create your navigation and set the slug in the 'zeus.php' config file. the default is: home-nav

Build assets

run

npm i && npm run build

Demo Data

optionally, you can seed the database with default data.

php artisan db:seed

If you're using custom models, you must change the models called $model in all the Factories.

For more details

统计信息

  • 总下载量: 1.13k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 76
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 76
  • Watchers: 4
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-06-21