Skip to content

Instantly share code, notes, and snippets.

View pxlrbt's full-sized avatar

Dennis Koch pxlrbt

View GitHub Profile
@pxlrbt
pxlrbt / INSTALL.md
Created January 5, 2023 05:50
Kirby Vite
composer require oblik/kirby-vite
npm i
@pxlrbt
pxlrbt / ffmpeg-web-video-guide.md
Created October 14, 2022 14:32 — forked from jaydenseric/ffmpeg-web-video-guide.md
A quick guide to using FFmpeg to create cross-device web videos.

Video conversion with FFmpeg

Install

On mac:

  1. Download the latest release.
  2. Extract the binary and place it in /usr/local/bin.

Command basics

@pxlrbt
pxlrbt / PageTemplates_Faq.php
Last active April 10, 2024 01:44
Filament Template
<?php
namespace App\Filament\PageTemplates;
use Filament\Forms\Components\Repeater;
use Filament\Forms\Components\RichEditor;
use Filament\Forms\Components\TextInput;
final class Faq
{
@pxlrbt
pxlrbt / Readme.md
Last active September 30, 2022 20:20
Filament Geocoder

Usage

  • 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
@pxlrbt
pxlrbt / mysql.laravel.php
Created May 25, 2021 14:33
Deployer: MySQL
<?php
namespace Deployer;
set('mysql.connection', [
'host' => '$DB_HOST',
'port' => '$DB_PORT',
'schema' => '$DB_DATABASE',
'username' => '$DB_USERNAME',
'password' => '$DB_PASSWORD',
@pxlrbt
pxlrbt / main.js
Created June 11, 2020 09:04
Polyfill
import waitForPolyfills from '@/polyfill/polyfill-helper';
waitForPolyfills(main);
function main() {
// ...
}
@pxlrbt
pxlrbt / cookie-consent.css
Created May 25, 2018 15:58
Cookie Consent für Philipp
@pxlrbt
pxlrbt / cookie-consent.css
Last active July 12, 2018 10:57
DSGVO Helpers