app/
Default Laravel directory to contain all application files.
In early laravel days people used to store helper functions directly in this directory, so we also do that same thing.
- helpers.php
- icons.php
Files are our simple helper PHP functions to be used anywhere in the code.