unicodeveloper/laravel-devstatus 问题修复 & 功能扩展

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

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

unicodeveloper/laravel-devstatus

Composer 安装命令:

composer require unicodeveloper/laravel-devstatus

包简介

Displays your Developer Evangelist Status based on Github's Repo

README 文档

README

Laravel 5 Package to Display your status as an Open Source Evangelist

Installation

PHP 5.4+ or HHVM 3.3+, and Composer are required.

To get the latest version of Laravel DevStatus, simply add the following line to the require block of your composer.json file.

"unicodeveloper/laravel-devstatus": "dev-master"

You'll then need to run composer install or composer update to download it and have the autoloader updated.

Once Laravel DevStatus is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

  • 'Unicodeveloper\DevStatus\DevStatusServiceProvider'

Looking for a laravel 4 compatible version?

Chill, it's undergoing development 😺

Configuration

To get started, you'll need to publish all vendor assets:

$ php artisan vendor:publish

This will create a config/DevStatus.php file in your app that you can modify to set your configuration.

Set the GITHUB_API_URL constant as an ENVIRONMENT variable on your Server and in your .env file and assign the api url to it e.g

GITHUB_API_URL=https://api.github.com

Contributing

Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-11-04