PHP code example of xdarko / laravel-font-cache
1. Go to this page and download the library: Download xdarko/laravel-font-cache 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/ */
xdarko / laravel-font-cache example snippets
bash
# 使用自带的scripts
php artisan vendor:publish --tag=font-cache-scripts
# 自定义设置
php artisan vendor:publish --tag=font-cache-config