Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 399 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 399 Bytes

Installation

Artisan CLI

php artisan bundle:install symfony-components

Bundle Registration

'symfony-components' => array(
	'autoloads' => array(
		'namespaces' => array(
			'Symfony\Component' => '(:bundle)',
		),
	),
),

Overview

Contains all Symfony 2 components!

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