Results 7 issues of iBet7o

Hi! I need to show the first and last day of the week with the format `{{ first_monday_number }}-{{ last_saturday_number }} {{ month_name }}`. Example with the week number 24:...

I would like to add a prefix to the hashid to identify them. For example: - User model: usr_xxxx - Order model: ord_xxxx - Transaction model: txn_xxxx Do you think...

* Laravel version: 7.16 * Nova version: 3.6 * PHP version: 7.4 * yassi/nova-nested-form: 3.0.7 I have configured NestedForm in a field, but creating a record with missing mandatory fields...

## Enhances Add Spanish translations - `required_if` **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that cover this...

I just installed dotly on a laptop with Ubuntu 22.04, but I'm getting the following errors: Error: dot: can't open core Error: dot: can't open short_pwd

## Enhances Add Spanish translations - `required_without` **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that cover this...

Hi, the next code is valid for retrieve post parameters? ``` JsonRoutes.add('post', '/api/campaing/reload', function (req, res, next) { var body = []; req.on('data', function (chunk) { body.push(chunk); }).on('end', function ()...