定制 iadewunmi/arbour 二次开发

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

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

iadewunmi/arbour

Composer 安装命令:

composer require iadewunmi/arbour

包简介

This package implements the Arbour Software Architectural Pattern

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Requirements

  • Laravel 11
  • Filament 3
  • Spatie/Laravel-Data v4

Roadmap

  • Add Stem folder generator command
  • Auto import MainServiceProvider to StemProvider
  • Remove RouteServiceProvider
  • Support Filament v3, add FilamentPlugin to generator
  • Update Arbour installing documentation

Installation

You can install the package via composer:

composer require iadewunmi/arbour

And run this command to copy Stem folder and import StemProvider

php artisan arbour:init

You can try running this command to check the successful installation Arbour:

php artisan arbour:check

You can publish the config file with:

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

Usage

You can generate new container via command:

php artisan make:arbour-branch

You can see other generate commands:

php artisan make:arbour

Standard Container's Structure:

Branch
	├── Database
	├── Models
	├── Providers
	│   └── MainServiceProvider.php
	└── UI
	    ├── WEB
	    │   ├── Routes
	    │   ├── Controllers
	    │   └── Views
	    ├── API
	    │   ├── Routes
	    │   ├── Controllers
	    │   ├── Actions
	    │   ├── DTO
	    │   ├── RequestDTO
	    │   └── Routes
	    └── CLI
	        ├── Routes
	        └── Commands

Filament v2 Structure:

Branch
	├── Providers
	│   └── FilamentServiceProvider.php
	└── UI
	    └── Filament
	        └── Resources
	            └── FilamentResource.php

Filament v3 Structure:

Branch
	└── UI
	    └── Filament
	        ├── Resources
	        │   └── FilamentResource.php
	        └── FilamentPlugin.php
            

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-13