Skip to content

Instantly share code, notes, and snippets.

View jaytality's full-sized avatar

Johnathan Tiong jaytality

View GitHub Profile
@Muetze42
Muetze42 / README.md
Last active October 2, 2025 18:51
Laravel Eloquent Standalone

Using Laravel Eloquent (illuminate/database) standalone

Full Example with migrations

Install

Install package via composer

composer require illuminate/database
@keroloswilliam
keroloswilliam / docker-compose.jenkins.yml
Last active February 26, 2019 08:57
bitnami jenkins with nginx-letsencrypt-companion docker-compose file
version: '2'
services:
jenkins:
image: 'bitnami/jenkins:latest'
labels:
kompose.service.type: nodeport
ports:
- '8080'
- '8443'
- '50000'