Download the PHP package jasonalvis/magento2-social without Composer

On this page you can find all versions of the php package jasonalvis/magento2-social. 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 magento2-social

Magento 2: Social

Simple module for keeping your social profile URLs in one manageable area.

Installation

Recommended installation through composer, within your Magento root directory enter the following:

composer require alvis/magento2-social

Alternatively you can install manually by following these steps:

  1. Install the magento2-core dependency module, following the README
  2. Now you can return to install this module, download the repo zip file and extract
  3. You should have a folder called 'magento2-social-master'. Rename this folder to 'Social'
  4. Under your Magento site folder create a new directory 'app/code/Alvis'
  5. Upload the module to this folder 'app/code/Alvis/Social'

Enable the module

php bin/magento module:enable Alvis_Core
php bin/magento module:enable Alvis_Social

You may also need to re-compile:

php bin/magento setup:upgrade
php bin/magento setup:di:compile

Module configuration

The module configuration can be found through the main menu under Alvis.

Profiles

Current social media profiles available:

Integration

By default profile links display in the footer.

Move xml block within your theme <VendorName>/<ThemeName>/Alvis_Social/layout/default.xml:

Remove xml block within your theme <VendorName>/<ThemeName>/Alvis_Social/layout/default.xml:

Override the default templates within your theme create the following files:

<VendorName>/<ThemeName>/Alvis_Social/templates/profiles.phtml

The original contents of the files can be found under:

<Root>/vendor/alvis/magento2-social/view/frontend/templates/profiles.phtml

All versions of magento2-social with dependencies

PHP Build Version
Package Version
Requires alvis/magento2-core Version ~1.0.0
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 jasonalvis/magento2-social contains the following files

Loading the files please wait ....