jimmlog/admindesigns-core

AdminDesigns Core theme

1.5.6 2021-02-03 16:45 UTC

This package is auto-updated.

Last update: 2024-04-29 03:53:39 UTC


README

This library contains AdminDesigns Core Theme for Bower.

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

Bower

Install npm and bower

sudo apt install npm
sudo npm install -g bower

Install bower package.

bower install admindesigns-core

or see Installing Packages Docs for other ways.

Composer

The preferred way to install this theme is through composer.

Either run

curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
composer global require "fxp/composer-asset-plugin:^1.0"
composer require "jimmlog/admindesigns-core:^1.5.0"

or add

"jimmlog/admindesigns-core": "^1.5.0"

to the require section of your composer.json.

License

The MIT License (MIT). See LICENSE file.