You can install the package via composer:
composer require apsonex/google-fonts
// ADD Google Fonts API Key to .env file
GOOGLE_FONTS_API_KEY=<api-key>You can publish the config file with:
php artisan vendor:publish --tag="google-fonts-config"\Apsonex\GoogleFonts\GoogleFonts::make()->all();composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
guzzlehttp/guzzle illuminate/contracts illuminate/http spatie/laravel-package-tools
composer require --dev nunomaduro/collision orchestra/testbench pestphp/pest pestphp/pest-plugin-faker pestphp/pest-plugin-laravel pestphp/pest-plugin-livewire pestphp/pest-plugin-mock phpunit/phpunit