gurindersingh/icon-maker
最新稳定版本:1.0.6
Composer 安装命令:
composer require gurindersingh/icon-maker
包简介
Icon maker for Laravel webapp
README 文档
README
Icon maker
Add required Icons
Add the following icons in your projectRoot/art/images/icon-maker
'favicon.png - required size 1024x1024', 'icon.png - required size 1024x1024', 'icon-maskable.png - required size 1024x1024', 'logo.png - PNG format Logo', 'logo.svg - SVG Logo', 'logo-sm.png - PNG format Logo small - just icon only', 'logo-sm.svg - SVG Logo small - just icon only', 'apple-tab-icon.svg - SVG Logo', 'splash.png - required size 8064 x 8064. We will resize it for all splash screens' // optional
Run command to create icons
In project root rOun following commands to create icons
icon-maker make:icon # to create icons icon-maker make:icon --splash # to create icons with splash icon-maker make:icon --splash --optimize # to create icons with splash
It will create following content or files
- icons in
public/assets/icons - head.html at
public/assets/icons/head.html - manifest.json at
public/manifest.json - manifest.webmanifest at
public/manifest.webmanifest
Config (Optional)
Add icon-maker.json file in root of your project. All are optional.
{
"configThemeLocation": "config/theme.php",
"webManifestLocation": "public/manifest.webmanifest",
"manifestJsonLocation": "public/manifest.json",
"headHtmlLocation": "resources/views/common/head.blade.php",
"headHtmlBladeLocation": "resources/views/common/head.blade.php",
"destinationDirectory": "public/assets/icons"
}
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-24