DEV Community

Cover image for Tinkering App
fajar sp
fajar sp

Posted on • Edited on

Tinkering App

Image description

The Original Post is here

Tinkering App is a rapid prototyping tool for Laravel developers. It is also a PHP code runner.

This tools allows you to immediately run PHP code. You can use it as a scratchpad to quickly run PHP functions also you can quickly run a Laravel Eloquent query on your database.

Open a project and Tinker Laravel will bootstraps your laravel framework and runs your PHP code in your application.

Installation

Download the binary file

Setting up PHP

Tinker Laravel needs PHP locally on your machine to run execute the code or run artisan commands

Set PHP path and laravel directory apps accordingly

tinker laravel settings

Run Artisan Command

tinker laravel artisan

Run PHP Code

tinker laravel code

Built with:

  • tauri v2
  • rust v1.77.2
  • nodejs v18
  • vue v3
  • vite v6
  • tailwindcss v3

tinker laravel code

Support:

buy me a coffe ☕️, thanks 😄.

Top comments (0)