2017 © Pedro PelĂĄez
 

library tinker-zero

Use laravel/tinker on your laravel-zero applications

image

intonate/tinker-zero

Use laravel/tinker on your laravel-zero applications

  • Sunday, November 12, 2017
  • by scrubmx
  • Repository
  • 3 Watchers
  • 11 Stars
  • 294 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 39 % Grown

The README.md

Logo Tinker Zero, (*1)

PHPUnit StyleCI Total Downloads Latest Stable Version License , (*2)

This is a community project and not an official Laravel or Laravel Zero package, (*3)

Introduction

Tinker Zero is a bridge that allows using Laravel Tinker in your Laravel Zero applications., (*4)

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., (*5)

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., (*6)

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., (*7)

The Versions

12/11 2017

dev-master

9999999-dev https://github.com/laravel/tinker#readme

Use laravel/tinker on your laravel-zero applications

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jorge GonzĂĄlez

laravel repl tinker psysh laravel-zero tinker-zero

11/11 2017

1.0.0

1.0.0.0 https://github.com/laravel/tinker#readme

Use laravel/tinker on your laravel-zero applications

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jorge GonzĂĄlez

laravel repl tinker psysh laravel-zero tinker-zero