https://github.com/websemantics/icons-module
Manage icon definitions from Control Panel
https://github.com/websemantics/icons-module
Last synced: 4 months ago
JSON representation
Manage icon definitions from Control Panel
- Host: GitHub
- URL: https://github.com/websemantics/icons-module
- Owner: websemantics
- Created: 2016-10-05T20:16:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T14:16:12.000Z (over 8 years ago)
- Last Synced: 2024-12-26T08:42:33.660Z (6 months ago)
- Language: PHP
- Size: 19 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
```
'////
________________ooO__(oo )_Ooo
|░░░░░░░░░░░░░░░░░░░░░░(_)░░░░░|
|░░░░░░░░/ \░░░░░░░░░|
____ |░░░░░░' '░░░░░░░| ___ _
| | __ |░░░░/ \░░░░░|_ ____ / \ ___ __ __| | ____
| | / ]___ ____ _____|░░░' /░░░\ /░░░░\ ░░░| | | | \ | | | | / __]
| | / // | \/ ______/░ \▒▒░/ \▒▒▒░/ ░░░| _ ___| | \| | | | / [_
| |/ /| | _ ( \_ |░░░. .░░░| \_/ | O | D | | | |_____| _]
| / / | O | | \__ \|░░░░\ _______/░/ /░░░░| | | | | : | | [___
| / \_| | | / \ \░░░░░. \░░░░░/ .░░░░░░| | | | | : | | |
| \ | | | \ \ \░░░░░░\ /░░░░░░░░| | | | | | | |
|___\____|\___|__| |\______/░░░░░░░░░░░░░░░░░░░░░░░░░░|___|____|\___/|_____| |_______|_______|
|__| |░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░| \__,_|
```
> Manage icon definitions from Control Panel
## Getting Started
The purpose of this Module is to demonstrate a new custom Grid view for the [TableBuilder](http://pyrocms.com/documentation/streams-platform/v1.1#ui/tables) and to enable managing icons from Control Panel.
To install,
1- Clone this repo inside your project at, `addons/default/websemantics/icons-module`,
```bash
git clone https://github.com/websemantics/icons-module
```2- Install the module
```bash
php artisan module:install websemantics.module.icons
```## License
[MIT license](http://opensource.org/licenses/mit-license.php)
Copyright © [Web Semantics, Inc.](http://websemantics.ca)