Chris Morrell
Chris Morrell
Can you try again with one of the `0.6.x` builds that should be live shortly?
As of right now, Blade components aren't supported. There's an unfinished PR trying to fix it, but I haven't had a chance to dig into the issue yet.
I definitely would love to add better language support for these inline-type templates, but they're quite hard to get right. The PHP/Blade handling doesn't really work right now, either, so...
The main one is Blade. Alpine is big in the Laravel world (and I use it heavily in Blade files) so I want that support to be solid. Everything else...
When I run this I get the following: > com.intellij.diagnostic.PluginException: Short name 'RequiredAttributes' is not unique I tried updating the short name in the `plugin.xml` file and overriding it in...
Yeah. This is a known issue. I'm not sure when a fix will be possible—right now I'm essentially using the IntelliJ javascript parser for Alpine directives, but because `x-for` implements...
> I'm not sure we actually want to commit the images? Can we ignore them and generate them on deploy? I would be OK with generating them on deploy. I...
@driesvints I just updated the PR: - Added a sample workflow for auto-generating open graph images via github actions. I'm not 100% sure how Laravel.com is deployed, so I'm not...
Oh interesting. Once I got the github workflow working it auto-committed the images to the repo. Let me know what you think makes the most sense, and I can update...
@driesvints how is Laravel.com deployed? We probably don't need to even run it every day… we could just run it as a post-deploy script. The only issue with running the...