celtic34fr / zf-got-theme-metroui
Metro UI like inteface Theme using zf-graphic-object-templating
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Language:CSS
Type:project
Requires
- php: ^7.0
- celtic34fr/zf-got-twig-extension: @dev
- celtic34fr/zf-graphic-object-templating-twig: @dev
Requires (Dev)
- san/san-session-toolbar: ^2.0.2
- zendframework/zend-developer-tools: ^1.1.0
This package is auto-updated.
Last update: 2024-12-04 21:15:39 UTC
README
This graphic theme for GraphicObjectTemplating give you the brick to build and manage your own MetroUI.
Before any Installation
You must have install the packages : celtic34fr/zf-graphic-object-templating and celtic34fr/zf-got-twig-extension, development version by the following commands :
composer.phar require celtic34fr/zf-graphic-object-templating @dev
composer.phar require celtic34fr/zf-got-twig-extension @dev
Installation using Composer
After that, you install this package with :
composer.phar require celtic34fr/zf-got-theme-metroui @dev
In order to use the installed module, you need to configure your application as follows:
First, in config/modules.config.php file, add the following line :
...
'MetroUI_GET',
...
In public folder of your project, first create a folder named gotextension. In this folder, create a linked directory with the vendor/celtic34fr/zf-got-theme-metroui/public directory named metroui with the following command executed on Linux :
cd public
mkdir gotextension
cd gotextension
ln -s ../../vendor/celtic34fr/zf-got-theme-metroui/public metroui
For Windows environment use only cmd.exe, the command exected as administrator in public folder became :
cd public
mkdir gotextension
cd gotextension
mklink /D metroui ..\..\vendor\celtic34fr\zf-got-theme-metroui\public
Now, all is in order to work. You can begin to develop your own extension by adding a new module to your project, your application.