intonate/tinker-zero 问题修复 & 功能扩展

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

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

intonate/tinker-zero

最新稳定版本:v1.2.0

Composer 安装命令:

composer require intonate/tinker-zero

包简介

Use laravel/tinker on your laravel-zero applications

README 文档

README

Logo Tinker Zero

PHPUnit StyleCI Total Downloads Latest Stable Version License

This is a community project and not an official Laravel or Laravel Zero package

Introduction

Tinker Zero is a bridge that allows using Laravel Tinker in your Laravel Zero applications.

Laravel Zero was created by Nuno Nuno Maduro and Owen Voke, and is a micro-framework that provides an elegant starting point for your console application. It's a customized version of Laravel optimized for building command-line applications.

Installation

  • To get started install it using composer:
composer require intonate/tinker-zero
  • Then add TinkerZeroServiceProvider to your config/app.php file:
'providers' => [
    App\Providers\AppServiceProvider::class,
++  Intonate\TinkerZero\TinkerZeroServiceProvider::class,
],

Usage

Tinker Zero provides you with all the power of Laravel Tinker.

php application tinker

# Custom application name
php application app:rename movies
php movies tinker

Credits

License

Tinker Zero is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 55.67k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 48
  • 点击次数: 1
  • 依赖项目数: 21
  • 推荐数: 1

GitHub 信息

  • Stars: 48
  • Watchers: 3
  • Forks: 4
  • 开发语言: PHP

其他信息

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