PHP code example of prihod / moonshine-lucide-icons
1. Go to this page and download the library: Download prihod/moonshine-lucide-icons library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
prihod / moonshine-lucide-icons example snippets
// config/moonshine-lucide-icons.php
return [
// Other settings...
'cache' => [
'enabled' => true,
'key' => 'blade-lucide-icons',
'ttl' => null, // unlimited storage time
],
// Default classes and attributes...
];