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.
You can install this bundle by running the following CLI command:
php artisan bundle:install respect
Alternatively you can download it directly from GitHub:
http://github.com/Meroje/laravel-respect