Skip to content

Instantly share code, notes, and snippets.

View shift14wx's full-sized avatar
🎯
Focusing

ac-04 shift14wx

🎯
Focusing
View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active May 6, 2024 18:30
Git Commit message Emoji
@mabasic
mabasic / helpers.php
Last active April 27, 2024 14:07
config_path function for Lumen framework
<?php
if ( ! function_exists('config_path'))
{
/**
* Get the configuration path.
*
* @param string $path
* @return string
*/