#Using the headless notification center library with Ruby on Rails, Django or Laravel
1 messages · Page 1 of 1 (latest)
@vestal sinew Does the headless work with a bundled version? One where I don't have to do an npm install?
No, it won't work on non-js/ts env,
currently to use headless package, one needs to install it with npm.
For those scenarios, one can use the web component.
Also, if needed we can bundle the headless package and serve it via CDN, enabling anyone to use it.
It would be great
It would be great for us to bundle the headless package and serve it via CDN. As a Laravel developer, I will love to be able to also use headless
@bold portal I think we should serve it via CDN then
Once it is served via CDN, how do you implement this with Laravel? Can you give me an example of an service package you've used this way?
it will be similar to how web component is used
<script src="https://novu-web-component.netlify.app/index.js"></script>
Exactly! Just a drop in script like this