承接 jorenvanhocht/create-packages 相关项目开发

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

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

jorenvanhocht/create-packages

最新稳定版本:v1.0

Composer 安装命令:

composer require jorenvanhocht/create-packages

包简介

Laravel packages for quickly creating a new package base structure

README 文档

README

#Create packages

This package is inspired by the workbench package that came default in Laravel 4. It speeds up your workflow for creating packages, once you have set your config settings the only thing left is running the artisan command and start developing your package.

##Installation

You can install this package through composer by running the following command

$ composer require jorenvanhocht\create-packages 1.0

Now add the service provider to the provider array in config/app.php

jorenvanhocht\CreatePackages\Providers\CreatePackagesServiceProvider::class,

##Configuration

Publish the config file by running the following command from your terminal

$ php artisan vendor:publish

Set your base folder and your vendor name, and you are good to go.

##Usage

To create a new package run

$ php artisan make:package yourPackageName

If want to create a package with a different vendor name then set in your config file you can add it as a parameter

$ php artisan make:package yourPackageName YourNewVendorName

#TODO Learn to write tests and write tests :)

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-15