Skip to content

tallstackui/icons

Repository files navigation

TallStackUI

Packagist Downloads Tests passing Laravel v10.x Livewire v3.x PHP 8.1

Icon Repository

This repository aims to store all icons used in TallStackUI.

Instructions

This is the instructions to add new icons:

  1. Create a folder with the name of the vendor of the icon

  2. Run this command:

composer install
  1. Run this command to create the .env file:
cp .env.example .env
  1. Edit the .env file inserting the name of the folder which contains the icons in svg format.

  2. Run this command to generate the icons:

php script.php

  • All .svg files will be transformed in .blade.php files
  • All files will receive the {{ $attributes }} inside the svg tag
  • All .svg files will be deleted before the process

Documentation

Visit our website to see the documentation