Stillat / blade-parser

A library that makes it simple to parse, analyze, and manipulate Blade templates. Designed with tool makers in mind ❤️
https://stillat.com/blade-parser
MIT License
125 stars 2 forks source link

plz release and add to packagist #2

Closed tacman closed 1 year ago

tacman commented 1 year ago

Cool library! Thanks for releasing it. Can you please publish a release and add it to packagist?

And then, of course, add installation instructions (composer req ...)

I've added my fork to packagist so I could more easily install it, but I'll delete that to avoid confusion if you could do it.

Thanks again, I was about to start hacking regexes to extract something from blade files, but this works much better!

JohnathonKoster commented 1 year ago

@tacman I'll look into doing that this weekend 🙂

JohnathonKoster commented 1 year ago

@tacman

This is now available on packagist

composer require stillat/blade-parser

I'll update documentation this weekend :)