thulisoft/laravel-make-trait 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

thulisoft/laravel-make-trait

Composer 安装命令:

composer require thulisoft/laravel-make-trait

包简介

Rapid trait generation in Laravel.

README 文档

README

Rapid trait generation in Laravel.

Installation

Install via composer:

composer require thulisoft/laravel-make-trait

Registering the service provider

For Laravel 5.4 and lower, add the following line to your config/app.php:

/*
 * Package Service Providers...
 */
Thulisoft\MakeTrait\Providers\MakeTraitServiceProvider::class,

For Laravel 5.5 and greater, the package will auto register the provider for you.

Using Lumen

To register the service provider, add the following line to app/bootstrap/app.php:

$app->register(Thulisoft\MakeTrait\Providers\MakeTraitServiceProvider::class);

Quick start

Generating a trait

php artisan make:trait YourTraitName

Your trait will be created in the App/Traits directory.

Subdirectories

If you wish to further organize your traits by subdirectories, you can do so in the same way you would any other artisan make command.

php artisan make:trait Orders\\StatusCompleted --scope

Your StatusCompleted trait will be created in the App/Traits/Orders directory and namespaced appropriately.

Arguments

-b or --boot

php artisan make:trait YourTraitName --boot

Creates a trait with a boot method.

-s or --scope

php artisan make:trait YourTraitName --scope

Creates a trait with a scope method.

Purpose

Laravel provides wonderful time saving generation commands for almost all of the components developers need to build a successful web application. This package introduces the convenience of Laravel's artisan make for trait generation.

Testing

Due to the simple nature of this package, testing has been purposefully omitted.

License

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

统计信息

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

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固