Download the PHP package stgbundle/theme-bundle without Composer

On this page you can find all versions of the php package stgbundle/theme-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package theme-bundle

bundle-stg-theme-bundle

Esta nueva rama propone 2 temas customizados utilizando lo siguiente:

Tema basado en materializecss (http://materializecss.com) para dar soporte completo a proyectos que requieran el diseño materialize definido por google.

Tema basado en Bootstrap 4: para dar soporte completo a proyectos que requieran el diseño del framework bootstrap.

Bundle para Symfony (2.8 a 3.4) para utilizar las plantillas de diseño propuestas por la Secretaría de Tecnologías para la Gestión del Gobierno de Santa Fe.

Para su instalación desde packagist.org: https://packagist.org/packages/stgbundle/theme-bundle

Luego de instalada la dependencia van a poder utilizar el código gestionado via composer e incluido en el autoloader en su aplicación.

Funcionalidad:

Para utilizar el tema de materializecss:

en Symfony >= 3.4

Bloques para utilizar o redefinir con el tema de materializecss:

Para utilizar el tema de bootstrap:

en Symfony >= 3.4

<<<<<<< HEAD twig

2.x {% extends '@STGTheme/Default/base.html.twig' %} twig

{% block css %} {# contiene los assets de estilos de la plantilla #} {% endblock %}

{% block nav %} {% block navItems %} {% endblock %}

 {% block searchTop %}     
 {% endblock%}

{% endblock %}

{% block main %}

     {% block cover %}

        {# con la variable de template "datos_encabezado_imagen" se puede setear una imagen personalizada en este bloque #}

     {% endblock %}

     {% block breadcrumbItems %}                                 
     {% endblock %}

     {% block content %}        

        {# cotenido principal #}

     {% endblock %}

     {% block backTop %}         
     {% endblock %}

{% endblock %}

{% block footer %}

{% endblock %}

{% block javascript %}

{# libreras de javascript #}

{% endblock %}

twig

{{ datos_encabezado_title | default('Titulo de la aplicación') }}

background-image: url('{{ datos_encabezado_imagen | default(asset('bundles/stgtheme/img/bootstrap-top.jpg')) }}');

{{ datos_encabezado_title | default('Titulo de la aplicación') }}

{{ datos_encabezado_entity | default('Organismo o dependencia') }}



Dependencias:
============

- Materializecss: http://archives.materializecss.com/0.100.2/
- Bootstrap 4.
- Jquery 3.
- Material Icons: https://material.io/icons/ http://google.github.io/material-design-icons/

All versions of theme-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package stgbundle/theme-bundle contains the following files

Loading the files please wait ....