Learn how to automatically hash sensitive data (such as passwords) using the “hashed” model cast in Laravel. This article also covers how to test your field is being hashed correctly.
PHP
Splitting Laravel Boost guidelines across multiple files
Laravel Boost only reads a single core.blade.php per package, so extra sibling files get silently dropped. Here is the minimal pattern for splitting your guidelines into organized partials using a Blade view namespace. Read more