Skip to content

Instantly share code, notes, and snippets.

View codewithgun's full-sized avatar
💭
meow?

kampung-tech codewithgun

💭
meow?
  • Littleroot Town
View GitHub Profile
@codewithgun
codewithgun / laravel-local-pusher.md
Created April 22, 2021 15:40
Laravel web socket with local pusher and custom authentication

Laravel local websocket

Customized authentication will be used in this gist instead of default Auth facade provided by Laravel

Create project

composer create-project laravel-laravel your-project-name
cd your-project-name
@codewithgun
codewithgun / leveldb-laravel-ubuntu.md
Last active April 20, 2021 05:34
LevelDB for laravel

Install LevelDB for Laravel

Install LevelDB

You can install leveldb from repository

sudo apt-get install libleveldb-dev

Install phpize

@codewithgun
codewithgun / multi-git-account.md
Last active April 19, 2021 16:08 — forked from developius/README.md
Setup SSH keys for use with GitHub/GitLab/BitBucket etc