robov
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  
Sure.. Laravel project stucture: ``` |... | resources |.. lang |.. en |.. auth.php |.. validation.php |.. de |.. auth.php |.. validation.php ``` the auth and validation are the files...