Junior Grossi
Junior Grossi
@dennisgon do you need some help?
@dennisgon gonna take a look and get back asap! thanks for sharing!
@dennisgon can you push a new commit just to enabled CI again? changed the base to 3.0 instead of 2.8 and would like to double check CI before merging. sorry...
@Dartui can you update this PR just to rerun Travis CI please? changed the base branch to 3.0 and would like to double check if tests are passing before merging....
@lewisfff good one man 💪 I'm not sure if I know the right answer here, but `Post` has a `meta()` has many relationship with `PostMeta` class (take a look on...
@brittainmedia sounds good then! actually, I still have to add some meta fields when the user is created. WP adds some meta for each user, with roles, etc. I still...
@brittainmedia yep, that's the point, using `saveMeta()`. we only have to figure out how to reproduce the correct values, and the logic behind them. not something complicated 😎
@janboddez hey thank you. feel free to open a PR for that. thank you
@interludic hi, thanks for reaching out! try to use the `Taxonomy` class instead of the `Category` one (removed from Corcel v2): ```php $first_post = Taxonomy::slug('uncategorized')->posts->first(); ``` hot it helps! let...
probably this is missing in the docs, and it would be a great addition! feel free to send a PR 🚀🔥