承接 entelechy/architect 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

entelechy/architect

Composer 安装命令:

composer require entelechy/architect

包简介

Architect — a Laravel package for building data-rich admin interfaces with tables, navigation, stats, toolbar, and supersearch.

README 文档

README

PHP Laravel License

A Laravel package for building data-rich admin interfaces with tables, forms, navigation, dashboards, stats, supersearch, and notifications — powered by Livewire 4.

Requirements

  • PHP 8.3+
  • Laravel 13
  • Livewire 4.3+

Installation

composer require entelechy/architect

Publish the config and assets:

php artisan vendor:publish --tag=architect-config
php artisan vendor:publish --tag=architect-assets

Run the migrations:

php artisan migrate

Quick start

A table

use Entelechy\Architect\Facades\Architect;
use Entelechy\Architect\Table\Columns\TextColumn;

public function definition(): array
{
    return Architect::table()
        ->model(User::class)
        ->columns([
            TextColumn::make('name')->sortable()->searchable(),
            TextColumn::make('email')->sortable(),
        ])
        ->build();
}

A form

use Entelechy\Architect\Facades\Architect;
use Entelechy\Architect\Forms\Fields\TextField;
use Entelechy\Architect\Forms\Fields\SelectField;

public function definition(): array
{
    return Architect::form()
        ->fields([
            TextField::make('name')->required(),
            SelectField::make('role')->options(['admin' => 'Admin', 'user' => 'User']),
        ])
        ->build();
}

Features

  • Tables — sortable, filterable, searchable, exportable, bulk actions, permissions, row actions
  • Forms — 28 field types, conditional logic, autosave, wizard builder, repeaters
  • Navigation — tab-based SPA navigation with dynamic tabs
  • Dashboards — stat cards, charts, embedded tables, quick-form panels
  • Supersearch — global cross-resource search with keyboard shortcut
  • Notifications — toast, alert, inbox, and announcement delivery via rule engine
  • MCP tools — AI-assistant integration via the Laravel MCP server
  • Actions — slide-over create/edit/view panels driven by a fluent API

Documentation

Full documentation is available at the Architect website.

License

MIT. See LICENSE.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固