Junior Grossi

Results 7 issues of Junior Grossi

> This PR adds a `addTerm(string $taxonomy, string $term)` method to the `Post` model. > It partially fixes issue #410. This way you don't have to worry about relations when...

feature request
missing docs

> This PR is related to #413 WP uses a different password hashing algorithm than Laravel does. This PR adds a `UserObserver` class to fill required fields and a `User@setUserPassAttribute()`...

feature request
missing docs

This PR fixes #388 and also: - Removes the `Corcel` class in favor of a new `Corcel\App` one with only two methods: `App::config()` - to get configurations from Laravel's apps...

This fixes #349. Basically: ```php $role = (new RoleManager())->from('editor') ->create('foo', [ 'edit_pages' => false, 'edit_others_pages' => false, ]); ``` It creates a new `foo` role based on `editor` overriding some...

Hi, Is there any way to include at the end of the invoice an optional custom field with the total of worked hours? ![preview](http://snaps.jgrossi.com/2017-10-31-zmzbzfz3lp.png)

feature request
twig

When sharing to Facebook it writes HTML tags, like `` or even `

bug