Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 555 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 555 Bytes

Zend Framework Laravel Bundle

License:

Zend Framework is the property of Zend Technologies USA, Ltd. Distributable under New BSD License found at: http://framework.zend.com/license

Installable via the Artisan CLI:

php artisan bundle:install zendframework

Auto-load the bundle in bundles.php:

return array(
	'zend' => array( 'auto' => true),
);

Useful links: