承接 zanixdev/laravel-helpers 相关项目开发

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

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

zanixdev/laravel-helpers

最新稳定版本:v0.1.0

Composer 安装命令:

composer require zanixdev/laravel-helpers

包简介

Opinionated package of Laravel helpers

README 文档

README

The package provides few commands for faster software development.

Installation

You can install this package via Composer. Run the following command to require the package in your Laravel project:

composer require zanixdev/laravel-helpers

Usage

Making a Service

To create a new service, run the following command:

php artisan make:service YourService

This command will generate a new service class in the app/Services directory with the specified name.

Making an Enum

To create a new enum, run the following command:

php artisan make:enum YourEnum

This command will generate a new enum class in the app/Enums directory with the specified name.

License

This Laravel package is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-10-24