Skip to content

Instantly share code, notes, and snippets.

View superern's full-sized avatar
🎯
Focusing

superern superern

🎯
Focusing
View GitHub Profile
@superern
superern / laravel-on-azure-web-app-startup-command.sh
Created December 18, 2024 05:58 — forked from ali-awwad/laravel-on-azure-web-app-startup-command.sh
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 \
@superern
superern / README.MD
Last active July 15, 2023 12:38 — forked from artistro08/README.MD
How to setup a LEMP Development Environment with WSL2 & Valet Linux
@superern
superern / states_hash.json
Created June 9, 2019 00:37 — forked from mshafrir/states_hash.json
US states in JSON form
{
"AL": "Alabama",
"AK": "Alaska",
"AS": "American Samoa",
"AZ": "Arizona",
"AR": "Arkansas",
"CA": "California",
"CO": "Colorado",
"CT": "Connecticut",
"DE": "Delaware",