Skip to content

Instantly share code, notes, and snippets.

View fahrim's full-sized avatar
🏠
Working from home

Fahri Meral fahrim

🏠
Working from home
View GitHub Profile
@fahrim
fahrim / pivot-tables.md
Created September 14, 2022 14:41 — forked from Braunson/pivot-tables.md
Laravel 8.x - Diving into Pivot Tables

Laravel 6 - Diving Into Pivot Tables

Pivot tables can be confusing and a little hard to wrap your head around at first. In this quick article we are going to dive into what a pivot table is, how to create one and finally how to use the pivot table. Let's dive in!

What is a pivot table?

A pivot table is used to connect relationships between two tables. Laravel provides a Many To Many relationship where you can use a pivot table.

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@fahrim
fahrim / Gradient shadow in pure CSS.md
Created February 28, 2022 21:21 — forked from tunguskha/Gradient shadow in pure CSS.md
Gradient shadow in pure CSS

Gradient shadow in pure CSS

alt text

HTML
<button>Let's Go !</button>