php artisan bundle:install respect
'respect-components' => array(
'autoloads' => array(
'namespaces' => array(
'Respect' => '(:bundle)',
),
),
),
Contains Config, Validation and Relational components from Respect PHP Project!
Check out the documentation for each component to learn how to use them.