Skip to content

Instantly share code, notes, and snippets.

View yaroofie's full-sized avatar
💭
I may be slow to respond.

yaroofie yaroofie

💭
I may be slow to respond.
View GitHub Profile

laravel sanctum on postman :

  • add this to your .env
SESSION_DOMAIN=yourdomain.com
SANCTUM_STATEFUL_DOMAINS=yourdomain.com
SESSION_SECURE_COOKIE=false
  • then add your domain to cookie section of postman
  • Cookie section
  • then
# Git commit message
A commit message shows whether a developer is a good collaborator
The **seven rules** of a great git commit message :
1. Separate subject from body with a blank line
2. Limit the subject line to 50 characters
3. Capitalize the subject
4. Do not end the subject line with a period
5. Use the imperative mood in the subject line
- ie. Clean this, Close that
6. Wrap the body at 72 characters
@yaroofie
yaroofie / git commands.md
Created January 22, 2023 15:19 — forked from scootcho/git commands.md
git commands #git #commands

initialize git depository in the current directory

git init .

display the git remote/origin

cat .git/config
@yaroofie
yaroofie / loading_messages.js
Created January 7, 2022 20:52 — forked from meain/loading_messages.js
Funny loading messages
export default [
"Reticulating splines...",
"Generating witty dialog...",
"Swapping time and space...",
"Spinning violently around the y-axis...",
"Tokenizing real life...",
"Bending the spoon...",
"Filtering morale...",
"Don't think of purple hippos...",
"We need a new fuse...",
@yaroofie
yaroofie / crack.txt
Created March 22, 2021 15:56
ExpanDrive Linux Crack
$ cd ~/.config/ExpanDrive
alter file ExpanDrive7.ExpanDriveLicense
<key>in_trial</key>
<string>true</string>
to
<key>in_trial</key>
<string>false</string>