/laravel-respect

Respect components for laravel3

Primary LanguagePHP

Installation

Artisan CLI

php artisan bundle:install respect

Bundle Registration

'respect-components' => array(
	'autoloads' => array(
		'namespaces' => array(
			'Respect' => '(:bundle)',
		),
	),
),

Overview

Contains Config, Validation and Relational components from Respect PHP Project!

Check out the documentation for each component to learn how to use them.