Skip to content

bangnokia/tinker2

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tinker 2

The source code of https://tinker2.app product.

Tinker 2 helps you tinker with your any PHP application without without touching source code (locally or via SSH)

Tinker 2 is small (less than 10MB on MacOS)

Getting started

Tinker 2 doesn't ship with any default Laravel framework, which increase unnecessary app size. You should create an dummy project to set as inital project when open Tinker 2 (So you can have full control about what can be installed by default).

Frameworks supported

  • Laravel
  • Wordpress
  • Prestasop
  • Magento
  • Normal PHP project (with composer)

PHP versions supported

  • 8.1
  • 8.0
  • 7.4
  • 7.3
  • 7.2 (not tested yet)
  • 7.1 (not tested yet)
  • 7.0 (not tested yet)