Skip to content

Instantly share code, notes, and snippets.

View alaoui-mohamad's full-sized avatar
🤡
Out sick

alaoui-mohamad

🤡
Out sick
  • 1337
View GitHub Profile
@ali-awwad
ali-awwad / laravel-on-azure-web-app-startup-command.sh
Last active December 15, 2025 15:06
Laravel On Azure Web Apps. Enabling Queues and Job Workers as well
# name this file as "startup.sh" and call it from "startup command" as "/home/startup.sh"
# check out my YouTube video "https://youtu.be/-PGhVFsOnGA"
cp /home/default /etc/nginx/sites-enabled/default
cp /home/php.ini /usr/local/etc/php/conf.d/php.ini
# install support for webp file conversion
apt-get update --allow-releaseinfo-change && apt-get install -y libfreetype6-dev \
libjpeg62-turbo-dev \
@anubhavshrimal
anubhavshrimal / CountryCodes.json
Last active March 19, 2026 17:06 — forked from Goles/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"