Usually, developers use Traits to have some functionality re-used in a few different PHP classes, like an "include" to the class. It's not a Laravel concept, it's a PHP functionality.
Read more in the official PHP docs.
Read more in the official PHP docs.