Marco Rivadeneyra

Results 6 issues of Marco Rivadeneyra

By having a text representation inside the meta description tag on the html header we will enable clients like telegram that leverage that info to create link previews to give...

Nova already provides a method to help scope belongsTo queries, I think it would be a good idea to use that relatableQuery to hydrate the BelongsTo relationship plus our own...

Content grouping allows us to create custom groupings for our site which can be used on many reports and allows for nice data aggregation which is difficult, at least from...

The migration file is created very quickly but the artisan make:migration command takes a while to complete since it will rul ```$this->composer->dumpAutoloads();``` at the end, this makes the command seem...

Is it possible to search only within a single category or set of categories, without including the whole category dropdown?

This adds support to work with customers, invoices and invoice items. This should enable any app using the package to create and invoice customers. Signed-off-by: marcorivm