robov

Results 19 comments of robov

Unfortunately not... No laravel log created either

schedule run creates:` /usr/local/bin/php 'artisan' handesk:parseNewEmails > '/dev/null' 2>&1` running this manually in shell: `Segmentation fault (core dumped)`

This segmentation fault only happens when there are no emails to parse

I have not used that custom section, so I cannot say if an how it can produce a bug. But it might suddenly pop up somewhere

I would like my main templates to be based in code (ie, main email design). Then the individual designs through a more dynamic way.

It looks like the code can only handle 1 root directory for all mailables and rendered templates. Would be nice if it could handle more directories and subdirectories so we...

AWESOME !

in this case the namespace is in the use statement : ```use App\Core\Billing\DebtCollection\Controllers\WebhookController;``` and this Name::class is the laravel perferred way over a stringy version of 'class' So I do...

sure ![image](https://user-images.githubusercontent.com/8173436/181512319-d5e42c09-63ab-4fe8-a011-fe80aa45fa84.png) ![image](https://user-images.githubusercontent.com/8173436/181512398-42d652df-2e06-44f2-96e3-8e3c6e13afd6.png)

Sure.. Laravel project stucture: ``` |... | resources |.. lang |.. en |.. auth.php |.. validation.php |.. de |.. auth.php |.. validation.php ``` the auth and validation are the files...