Samuel
Samuel
...are you alive? I suppose you have better things to do and I'm happy with it but couldn't you add other maintainers?
Hi, In a new installation of Laravel 9, during the `shopper:install` I get an error in publishing the views. `Can't locate path: ` The installation continues and the other steps...
I'm having problems translating static texts of my modules (Laravel 8) and analyzing I found several inconsistencies, at least I think. First, I noticed that this commit https://github.com/nWidart/laravel-modules/commit/3b1285084019d25eb08619d5bfb1f958d17c2a47 introduced JSON...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...
Errors in console: Uncaught TypeError: window.Vue.use is not a function Uncaught TypeError: Vue is not a constructor
There is a problem with loading app.css with http address on Chrome and other browsers which prevents stylesheets from insecure address on https pages. There is already a [PR that...
How do I apply taxes after discounts? If a product costs €1000, with a 20% discount in the cart, the final price is €800, taxes should be applied to this...