Skip to content

Instantly share code, notes, and snippets.

View Fludem's full-sized avatar
🎯
Focusing

Dylan Marriott Fludem

🎯
Focusing
View GitHub Profile
@Fludem
Fludem / IntelliJ Github Markdown CSS Light & Dark Theme.css
Created May 10, 2024 19:44
Generated CSS for IntelliJ to render markdown using Githubs theming
/*
IntelliJ Markdown CSS for Github Styled Markdown Files.
This CSS File will render dark/light themed CSS depending on your
System preferences.
Paste this in Settings -> Languages & Frameworks -> Markdown -> Custom CSS
Generated by Sindresorhus/generated-github-markdown-css
https://github.com/sindresorhus/generate-github-markdown-css?tab=readme-ov-file

Livewire Component

<?php

namespace App\Livewire;

use App\DTO\SongDTO;
use App\Services\SongAPIs\Contracts\SongAPIService;

How to do tests in context of the tenants app in SaaS

Take this code example

<?php

namespace Tests;

use Illuminate\Foundation\Testing\DatabaseMigrations;