intonate/tinker-zero

Use laravel/tinker on your laravel-zero applications

Maintainers

πŸ‘ scrubmx

Package info

github.com/intonate/tinker-zero

Homepage

pkg:composer/intonate/tinker-zero

Statistics

Installs: 67 149

Dependents: 19

Suggesters: 1

Stars: 49

Open Issues: 1

v1.2.0 2021-03-10 03:46 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT ebf7cdf9c7550de3fa2774629b659820358cc46c

  • Jorge GonzΓ‘lez <scrub.mx.woop@gmail.com>

laravelREPLpsyshTinkerlaravel-zerotinker-zero

This package is auto-updated.

Last update: 2026-06-25 06:48:34 UTC


README

πŸ‘ 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.