定制 raitone/blook 二次开发

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

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

raitone/blook

最新稳定版本:0.6.0

Composer 安装命令:

composer require raitone/blook

包简介

A lightweight interface to work on your laravel components in an isolated way.

README 文档

README

A lightweight interface to list, showcase and isolate your laravel components and work on them efficiently.

Installation

Install via composer

composer require raitone/blook

Add provider to your config/app.php file in providers

$providers = [
    ...
    Raitone\Blook\Providers\BlookProvider::class,
    ...
]

Publish the config/blook.php file and @definitions.php files.

php artisan vendor:publish --provider="Raitone\Blook\Providers\BlookProvider"

Clean route and config

php artisan route:cache
php artisan config:cache

You should now be able to navigate on localhost/blook and work on your components !

Configuration options

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-10-17