Steve McDougall
Steve McDougall
This is exactly what alpineJS is perfect for, if understand you correctly.
Sounds like an awesome idea!
Excellent! I shall become available on slack if you want help or suggestions
The latest version of frappe building options: https://frappe.io/charts/docs/reference/configuration
Still waiting on Vue3 release so I can update this library to "hopefully" use all the cool new features. This hasn't been forgotten, I have just been busy for quite...
Hey @SirMishaa I have been super busy recently, so haven't gotten around to it just yet unfortunately
Hey @PatrikBird I'm actually looking for someone to take over or help maintain this package, I just don't have the time (or interest if I'm honest)
@suleymanozev please see the GH Actions output - for some reason this is suddenly failing
> Those errors related pest: > > ``` > Error: pestphp/pest-plugin contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if...
You can add this to the `bootstrap/app.php` file now as part of the `App Builder` ```php ->withProviders([ // Add providers here.... ]) ```