Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly scrub php icons #873

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,3 @@ $ composer csslint # stylelint

- Install bun and run `bun install`.
- $ bun test

## Icons
The first time you set up in a new env or add a new icon you need to run the following :
$ php vendor/bin/php-icons scan
Until you do this icons will show up as {?} glyph.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"symfony/css-selector": "^7.1",
"bakert/blossom-php": "^1.0",
"stefangabos/zebra_pagination": "^2.4",
"yassinedoghri/php-icons": "^1.1",
"shish/safe": "^2.6"
},
"require-dev": {
Expand Down
157 changes: 12 additions & 145 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions gatherling/Views/Components/Icon.php

This file was deleted.

11 changes: 0 additions & 11 deletions php-icons.php

This file was deleted.

Loading