Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 902 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 902 Bytes

Adminer Bootstrap-Like Design

Adminer interface inspired by the Bootstrap Framework with Font-Awesome icons.

Installation

composer create-project natanfelles/adminer-bootstrap-like

or:

git clone [email protected]:natanfelles/adminer-bootstrap-like.git
cd adminer-bootstrap-like
composer install

Optionally, it is possible to configure plugins in the index.php file.

Update Adminer

Go to the installation directory and run:

composer update

Minify Assets

cd public/assets/
yui-compressor scripts.js -o scripts.min.js
yui-compressor styles.css -o styles.min.css

Print Screen and Video

Adminer Bootstrap-Like Design