Joan Picornell
Joan Picornell
@dmitry-ivanov No problem changing my example! The problem is that I control the request items to create Eloquent models. I see that in a way to build relations, if it's...
Hi @themsaid , What do you think about this bugfix (#23988) introduced in 5.7? It is also opinionated? It's the same I'm asking for, but for double nested validated data...
@themsaid Let's see how it goes. I believe it should be in 5.8 too and documented as a breaking change, but I also see that's an error that should be...
@donnysim Yes, that's the point I wanted to say. Getting the whole array only by specifying a "required" is giving "required" on arrays too much meaning that isn't on the...
I'm facing this issue when running browser tests. The problem is that webpack injects the variables, when compiling, so `global` and `process` are different. `global` is the node and `process`...
How did you get this to work? I've added to composer the repository to [flaxandteal/Behat-Laravel-Extension](https://github.com/flaxandteal/Behat-Laravel-Extension) and tried with dev-master and dev-bug/78-not-compatible-with-laravel-56 but I should put also `"symfony/dependency-injection": "^4.1"` as a...
I spent two hours trying to reach a good approach to mixins. This was the most close to Object Oriented Programming I found. Any update on this? Needs help?
Hi @hrynko ! Have you found something relevant to fix this issue? I can help you if necessary, but I can't find the real problem. I'll give it another look...
Hello, Thank you for your reply. I've been doing some tests, and I've come to a dead end. In webpack.config.js there's a `externals: { vue: 'vue' }` , which should...
The main problem here, and I've had this issue with almost all the apps I developed to, is that when the user tries to submit a form and there are...