Skip to content

Instantly share code, notes, and snippets.

View Mohammed4mach's full-sized avatar
💻
coding

Mohamed Abdullsalam Mohammed4mach

💻
coding
  • Alexandria, Egypt
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
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active February 4, 2026 14:58
Conventional Commits Cheatsheet
@iampava
iampava / header.component.php
Created March 28, 2018 12:50
Reusable HTML "components" with PHP
<?php
function createHeader() {
return '
<header>
<h1>
<span class="emoji">🚀</span>
TW Checklist
<span class="emoji">🚀</span>
</h1>
</header>