Skip to content

UserScape/symfony-component-bundle

Repository files navigation

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.

About

Laravel bundle containing all Symfony2 components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages