All Projects → intonate → tinker-zero

intonate / tinker-zero

Licence: MIT license
Bridge laravel/tinker for your laravel-zero applications

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to tinker-zero

Tinker
Powerful REPL for the Laravel framework.
Stars: ✭ 6,957 (+17738.46%)
Mutual labels:  repl, psysh, tinker
sliver
REPL for SilverStripe, powered by Psysh. Interactively debug and tinker with a sliver of your code.
Stars: ✭ 17 (-56.41%)
Mutual labels:  repl, psysh, tinker
composer-repl
A REPL for PHP built into Composer (using PsySH)
Stars: ✭ 81 (+107.69%)
Mutual labels:  repl, psysh
tinkerun
A new way of Running Tinker. Simplify the Web Artisan's workflow.
Stars: ✭ 266 (+582.05%)
Mutual labels:  psysh, tinker
Psysh
A REPL for PHP
Stars: ✭ 9,161 (+23389.74%)
Mutual labels:  repl, psysh
magic-console
Interactive programming for Atom
Stars: ✭ 13 (-66.67%)
Mutual labels:  console, repl
repl
Framework Agnostic REPL For Node.js. Used by AdonisJS
Stars: ✭ 76 (+94.87%)
Mutual labels:  repl, tinker
Omnia
Stars: ✭ 81 (+107.69%)
Mutual labels:  console, repl
Radian
A 21 century R console
Stars: ✭ 878 (+2151.28%)
Mutual labels:  console, repl
laravel-crud-generator
Laravel CRUD Generator
Stars: ✭ 181 (+364.1%)
Mutual labels:  console, laravel-packages
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+7133.33%)
Mutual labels:  console, laravel-zero
fancyline
Readline-esque library with fancy features
Stars: ✭ 72 (+84.62%)
Mutual labels:  console, repl
stylish-log
🎉 Stylish-log "A beautiful way to see your web console logs"
Stars: ✭ 12 (-69.23%)
Mutual labels:  console
alerta-webui
Alerta Web UI 7.0
Stars: ✭ 84 (+115.38%)
Mutual labels:  console
console
a debugger for async rust!
Stars: ✭ 2,101 (+5287.18%)
Mutual labels:  console
ansicolor
A JavaScript ANSI color/style management. ANSI parsing. ANSI to CSS. Small, clean, no dependencies.
Stars: ✭ 91 (+133.33%)
Mutual labels:  console
laravel-console-spinner
Customized loading ⌛ spinner for Laravel Artisan Console.
Stars: ✭ 70 (+79.49%)
Mutual labels:  console
px
ps and top for human beings
Stars: ✭ 151 (+287.18%)
Mutual labels:  console
solidity-shell
An interactive Solidity Shell
Stars: ✭ 434 (+1012.82%)
Mutual labels:  repl
klipse-repl
Beginners friendly Clojure REPL
Stars: ✭ 44 (+12.82%)
Mutual labels:  repl

Tinker Zero

TravisCI StyleCI 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].