Jayme Edwards

Results 8 comments of Jayme Edwards

Hey @drewbaker . I've been trying to get this working and I would love any insight you have. In a fork, I fixed some code paths that were causing the...

There may be other issues, but for posterity of closing the loop on my earlier comment, I addressed at least the issues for my site in #38

1. Create a file under `resources/views/components/forms/test-form.blade.php` with the following: ```blade ``` 2. Create a file under `app/View/Components/Forms/TestForm.php` with the contents: ```php

Interesting. I tried using the Validator facade like that first, I kept getting errors that no object named "validator" was registered in the container. It seems the factory needs to...

Thanks for the info about changes only being in acorn - this is easier actually than I thought. All that's needed is to add those two references to composer and...

Yeah I saw that code too. It doesn't seem to be working properly for whatever reason. I did run optimize:clear, not sure what that's supposed to do in this case,...

No problem, thanks for helping out with this. It's working great actually now that I have the translation in the right place and those two references. I'll be sure to...