Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Tinker Zero Laravel Package

intonate/tinker-zero

A minimal, zero-config Tinker setup for Laravel. Quickly run tinker in projects without publishing config or extra boilerplate, keeping your environment clean while still getting an interactive REPL for debugging, experimenting, and inspecting app state.

View on GitHub
Deep Wiki
Context7

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.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport