- Install Geocoder Laravel: https://geocoder-php.org/docs/
- Publish config
php artisan vendor:publish
(Look for Geocoder) - Setup your Google Geocoding API-Key in
config/geocoder.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import waitForPolyfills from '@/polyfill/polyfill-helper'; | |
waitForPolyfills(main); | |
function main() { | |
// ... | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Deployer; | |
set('mysql.connection', [ | |
'host' => '$DB_HOST', | |
'port' => '$DB_PORT', | |
'schema' => '$DB_DATABASE', | |
'username' => '$DB_USERNAME', | |
'password' => '$DB_PASSWORD', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Filament\PageTemplates; | |
use Filament\Forms\Components\Repeater; | |
use Filament\Forms\Components\RichEditor; | |
use Filament\Forms\Components\TextInput; | |
final class Faq | |
{ |
On mac:
- Download the latest release.
- Extract the binary and place it in
/usr/local/bin
.
composer require oblik/kirby-vite
npm i