Skip to content

Devtools for the Blade templating engine, similar to ones from Vue or React.

Notifications You must be signed in to change notification settings

NiclasvanEyk/blade-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blade Devtools

An attempt to build something like Vue's Devtools or the React Developer Tools for the Blade templating engine.

Screenshot of a development version of Blade Devtools showing various elements used in Filament

Installation

This is still in development, there is no package you could readily install.

Development

There are two packages/ and one example Laravel app for testing their integration. Right now the functionality is split into a composer package which swaps out the implementation of the Blade compiler with one that emits debug markers and a NPM package that consumes them.

To start developing just setup the example app like any other Laravel application. The two packages are setup to symlink to their local versions during composer install and npm install, so any changes should be reflected immediately.