You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mathiasgrimm, would you consider extending this package to make validation within the service provider configurable? My use case for this is that I want to be able to run .env validation but I don't want the whole application to die if there is a missing parameter.
You can take a look at the configurable-validation branch on my fork. I altered the config to add a boolean parameter for live_validation that the service provider checks before validating. The structure of the config had to be extended to return more than just an array of validations. I also created a console command so that I can run validation with artisan at will.
The text was updated successfully, but these errors were encountered:
Hi @mathiasgrimm, would you consider extending this package to make validation within the service provider configurable? My use case for this is that I want to be able to run .env validation but I don't want the whole application to die if there is a missing parameter.
You can take a look at the configurable-validation branch on my fork. I altered the config to add a boolean parameter for live_validation that the service provider checks before validating. The structure of the config had to be extended to return more than just an array of validations. I also created a console command so that I can run validation with artisan at will.
The text was updated successfully, but these errors were encountered: