This is a temporary playground for Prettier's PHP Plugin, written in Vue.js.
The main purposes of this playground are:
- making quick transformations on PHP code more comfortable, obviously
- serving as a transitioning tool for simplified testing and bug reporting until the PHP plugin is stable enough to be integrated into the official Prettier Playground.
The PHP playground comes with the interface you know and love — it's almost a 1:1 clone of Prettier's own playground, but with some improvements:
-
Offline First
Thanks to Service Workers, the playground just worksâ„¢ when you're not connected to the internet.
-
Mobile Support
Working with code is not all too common on mobile devices, but if you need it, we're here for you — the PHP playground features a functional mobile layout.
To get the playground running on your machine, clone this repository...
git clone https://github.com/Loilo/prettier-php-playground.git
...and install dependencies:
npm ci
If you want to work on the project locally with as much comfort as possible (hot reloading et al.), run:
npm run dev
If you want to create a static site from your current work (in the projects dist
folder) and then make that available to the browser, do:
npm run build
npm run preview