Skip to content

Instantly share code, notes, and snippets.

View sohag-pro's full-sized avatar
:octocat:
Busy with PHP, JS, GO 🐙 Certified Laravel Dev

Sohag Hasan sohag-pro

:octocat:
Busy with PHP, JS, GO 🐙 Certified Laravel Dev
View GitHub Profile
@sohag-pro
sohag-pro / settings.jsonc
Created May 17, 2024 12:25 — forked from nickytonline/settings.jsonc
Latest VS Code Settings
{
// miscellaneous
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"diffEditor.ignoreTrimWhitespace": false,
// window
"window.title": "🦙⚡🫡 – ${activeEditorShort}${separator}${rootName} – 🫡⚡🦙",
"window.clickThroughInactive": false,
@sohag-pro
sohag-pro / RIB.php
Created March 31, 2021 04:55 — forked from med-ezzairi/RIB.php
A RIB validation rule, could be used with Laravel ^5.5 or separately
<?php
namespace App\Rules;
use Illuminate\Contracts\Validation\Rule;
/**
* RIB validation (valide in morocco only)
*
* @author med-ezzairi
*