Tips ==== Logos ----- **Q**: How to name logo files?
**A**: Run the following command from a Bash command prompt: ```bash echo 'Forever Living Products UK' | \ php -r 'require "vendor/autoload.php"; echo "public/images/" . preg_replace("{[^a-zA-Z0-9-]+}", "", \Illuminate\Support\Str::kebab(\Illuminate\Support\Str::ascii(mb_strtolower(file_get_contents("php://stdin"))))) . ".svg" . PHP_EOL;' ``` Change `'Forever Living Products UK'` with the name of the company as it appears in the drop down.