Pepe

Results 6 comments of Pepe

@dusterio See the [Laravel documentation](https://laravel.com/docs/7.x/configuration#configuration-caching) about this. env() function should not be used outside the config files. ![image](https://user-images.githubusercontent.com/301741/78117928-8ba9ac80-7406-11ea-9405-31671bcbca51.png)

Maybe you don't want to use the environment variables coming from EB because there is a limit of the environment variables that you can define in EB. In my case,...

Ok, I understand your point of making the package as little as possible. Mine is a concrete case and I am working with my fork of the project now, so...

Hello! I saw no need to inherit the parent rules, because the save and validation methods of the child class call the methods of the parent class, so the parent...

You are right in that. The client side validation doesn't work, because the parent rules are not inherited by default. I will think about it and fix the issue.

Hello! Sorry for the delay in answering. I will study your case. Thanks for collaborating with the project.