tylercd100/lern

Formatting message with release 4.x?

Closed this issue · 3 comments

Hello @tylercd100 ,

With the previous version, I used to format the message using the LERN::setMessage() function.
Is this still supported?

Does not looks to be working for me at the moment.

Cheers.
/S

Got it to work. Just had to make sure that the config option view in config/lern.php was set to null.

...
    'notify'=>[
...
        /**
         * The view file to use
         */
//        'view' => 'exceptions.default',
        'view' => '',
...

Perhaps a quick note on the comment to point this out would be helpful.
Great package @tylercd100, Thanks a lot.

/s

Thank you @sroutier

👍

No, thank you for your great package!

Cheers.