bdelespierre / laravel-blade-linter

A simple Blade template syntax checker for Laravel
MIT License
19 stars 5 forks source link

Is this project dead ? #9

Closed williamdes closed 6 months ago

williamdes commented 6 months ago

If this project is dead, maybe archive it.

I can see two forks active, but no PRs:

cc @jbboehr & @superbiche

bdelespierre commented 6 months ago

Thanks for the heads up, I'm on it

bdelespierre commented 6 months ago

Okay done!

jbboehr commented 6 months ago

We wound up not using my fork at work and just running artisan view:cache && find -name '*.blade.php' | xargs -p -n1 php -l in CI.

IIRC latest PHP now supports multiple files with php -l so should be even faster.

jbboehr commented 6 months ago

The main reason I wanted to use this package was to stuff the results into Gitlab's Code Quality Reports, which is why there's a docker image and codeclimate output format in my fork.

williamdes commented 6 months ago

Thank you for merging the upstream work, I guess it means that this project is still alive Are contributions welcome before a new release is drafted?

bdelespierre commented 6 months ago

I'm not actively working on it but I'll merge any PR that makes sense :dancers:

bdelespierre commented 6 months ago

I should do a new release after merging the code from @jbboehr

williamdes commented 2 months ago

I should do a new release after merging the code from @jbboehr

Well, I have no idea of what I wanted to contribute. But I tested the latest commit and it works fine Can you push a tag please ?

bdelespierre commented 2 months ago

New release v1.7.0 is available