PHPackages                             naykel/gotime - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. naykel/gotime

ActiveLibrary

naykel/gotime
=============

Starter package for NayKel Laravel applications

v2.7(2mo ago)0565↓50%2MITBladePHP ^8.2

Since Oct 23Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/naykel76/gotime)[ Packagist](https://packagist.org/packages/naykel/gotime)[ Docs](https://naykel.com.au)[ RSS](/packages/naykel-gotime/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (16)Versions (104)Used By (2)

[![](https://avatars0.githubusercontent.com/u/32632005?s=460&u=d1df6f6e0bf29668f8a4845271e9be8c9b96ed83&v=4)](https://naykel.com.au)

[![Total Downloads](https://camo.githubusercontent.com/dd0daa912f5cc532e9f43f84f65f1b47b62a8067326b2534e6e9d3157834e940/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e61796b656c2f676f74696d65)](https://packagist.org/packages/naykel/gotime)[![Latest Stable Version](https://camo.githubusercontent.com/49da911f8b85652d1b3aa5707c76a5e184a8445b5cdff61c4750afe2f525d9e9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e61796b656c2f676f74696d65)](https://packagist.org/packages/naykel/gotime)[![License](https://camo.githubusercontent.com/c9a022fffa2d2c9f8ba7d9cd28f8f69fa0d4e12fdc2eab539ac58556881e59b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e61796b656c2f676f74696d65)](https://packagist.org/packages/naykel/gotime)

NAYKEL Gotime
=============

[](#naykel-gotime)

Starter package for NayKel Laravel applications.

Adding New Icons
----------------

[](#adding-new-icons)

1. update extension `svg` to `blade.php`

```
find ./resources/views/components/icon -name "*.svg" -type f -exec bash -c 'mv -- "$0" "${0%.svg}.blade.php"' {} \;
```

1. add `$attributes`, `width` and `height`

```
# DON'T RUN THIS WITH EXPORTED FIGMA ICONS, IT WILL ADD THE ATTRIBUTES TWICE
find ./resources/views/components/icon -type f -name "*.blade.php" -exec sed -i 's/
