Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

jirgn/JirgnAssetsGoldenGridBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

##Installation

###1. update deps file Add the following lines to your deps file

[JirgnAssetsGoldenGridBundle]
	git=https://github.com/jirgn/JirgnAssetsGoldenGridBundle.git
	target=/bundles/Jirgn/Assets/GoldenGridBundle

###2. trigger vendor update use bin/vendors update command to get the repository

###3. register namespaces add following code to your app/autoload.php

$loader->registerNamespaces(array(
	...
	'Jirgn'=> __DIR__.'/../vendor/bundles',
	...
);

###4. add bundle to kernel add following code to your app/AppKernel.php::

public function registerBundles()
	{
	...
	new Jirgn\Assets\GoldenGrid\JirgnAssetsGoldenGridBundle(),
}

Releases

No releases published

Packages

No packages published

Languages