Showing 10 of 1,278 results.

E-mailing Output | Laravel Task Scheduling: Managing Task Output

The output of tasks can also be emailed after the task has completed. Emailing output can be accomplished by either using the emailOutputTo and emailWrittenOutputTo methods. Each of these methods require that the output to have been previously...

Laravel: Implementing a CRYPT_SHA512 Hasher

…t identical to implementing CRYPT_SHA256 , and because the Sha256Hasher class gets the value for the hashing function from the protected $shaPrefix variable, we can simple extend the Sha256Hasher class and make a simple change: 1 <?php 2 3...

Filter Search