Installation
To get the latest version, simply require the project using Composer:
bash
composer require faustbrian/laravel-lighty
You can publish the configuration file by using:
bash
php artisan vendor:publish --tag="laravel-lighty-config"
You'll also need to install Shiki and linkify-urls on your server, which you can do by using:
bash
npm install shiki linkify-urls
Finally you'll need to include the Lighty CSS file, which you can do by using:
css
@import "../../vendor/faustbrian/laravel-lighty/resources/css/lighty.css";
That's it! You're ready to go. If you have any questions, please feel free to open a discussion on GitHub.