David Carr

Results 65 comments of David Carr
trafficstars

still, an issue trying to install on PHP 8 ``` Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires themsaid/ibis ^0.1.4...

It would be great if this is still on the roadmap.

I don't think there is.

that would take a complete re-write.

I've been using this package heavily in one of my projects I'm happy to support this however I can. You can transfer from settings to an org account which will...

yeah if I remember correctly I think packagist follows the internal redirects as well. It would be better if users used the newer vendor name tho.

I agree, but I cannot change this only @nWidart can do that.

I need to read up on vite I haven't tried it yet.

Hi, this is a good guide for setting up vite on core laravel https://christoph-rumpel.com/2022/6/moving-a-laravel-webpack-project-to-vite I've tried creating a vite config in a module but it doesnt appear to be getting...

so adding a modules assets paths to `vite.config.js` file allows them to be compiled using `npm run build` ```js export default defineConfig({ plugins: [ laravel({ input: [ 'resources/css/app.css', 'resources/js/app.js', 'Modules/Contacts/Resources/assets/js/app.js',...