定制 drradao/laravel-bard 二次开发

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

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

drradao/laravel-bard

最新稳定版本:0.3.1

Composer 安装命令:

composer create-project drradao/laravel-bard

包简介

The one that tells the stories of the great artisan

README 文档

README

The package generator for Laravel Artisans

Introduction

If you create Laravel packages, you know that sometimes you need to generate boilerplate code quickly. bard is here to help!

bard implements the same generator commands as Artisan, but publishes them to your package's source folder and namespace.

Installation

Global installation is recommended so that you can use bard anywhere.

Global

composer global require drradao/laravel-bard

Usage

bard ...

If you don't have composer's global bin folder in your PATH, you MUST add it.

Hint: composer global config bin-dir --absolute

Local

If you'd like to use it in a specific project, you can install it as a dev dependency.

composer require --dev drradao/laravel-bard

Usage

./vendor/bin/bard ...

Available Commands

Generators

  • make:model
  • make:migration
  • make:factory
  • make:controller
  • make:seeder
  • make:policy
  • make:request
  • make:job
  • make:command
  • make:test
  • make:event
  • make:listener

For detailed information on each generator command, refer to the Laravel documentation.

统计信息

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

GitHub 信息

  • Stars: 38
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

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