On mac:
- Download the latest release.
- Extract the binary and place it in
/usr/local/bin
.
import waitForPolyfills from '@/polyfill/polyfill-helper'; | |
waitForPolyfills(main); | |
function main() { | |
// ... | |
} |
<?php | |
namespace Deployer; | |
set('mysql.connection', [ | |
'host' => '$DB_HOST', | |
'port' => '$DB_PORT', | |
'schema' => '$DB_DATABASE', | |
'username' => '$DB_USERNAME', | |
'password' => '$DB_PASSWORD', |
On mac:
/usr/local/bin
.composer require oblik/kirby-vite
npm i
php artisan vendor:publish
(Look for Geocoder)config/geocoder.php
<?php | |
namespace App\Filament\PageTemplates; | |
use Filament\Forms\Components\Repeater; | |
use Filament\Forms\Components\RichEditor; | |
use Filament\Forms\Components\TextInput; | |
final class Faq | |
{ |