https://github.com/natanfelles/adminer-bootstrap-like
Adminer Bootstrap-Like Design
https://github.com/natanfelles/adminer-bootstrap-like
adminer adminer-bootstrap bootstrap design skin theme
Last synced: about 2 months ago
JSON representation
Adminer Bootstrap-Like Design
- Host: GitHub
- URL: https://github.com/natanfelles/adminer-bootstrap-like
- Owner: natanfelles
- Created: 2016-10-24T19:11:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T22:26:36.000Z (3 months ago)
- Last Synced: 2025-03-23T15:38:49.801Z (2 months ago)
- Topics: adminer, adminer-bootstrap, bootstrap, design, skin, theme
- Language: CSS
- Homepage: https://www.youtube.com/watch?v=fMFCuaJphVk
- Size: 2.22 MB
- Stars: 48
- Watchers: 8
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adminer Bootstrap-Like Design
[Adminer](https://www.adminer.org) interface inspired by the [Bootstrap Framework](https://getbootstrap.com/docs/3.3) with [Font-Awesome icons](http://fontawesome.io).
## 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](https://www.adminer.org/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
[](https://www.youtube.com/watch?v=fMFCuaJphVk "Adminer Sidebar Toggle")