Skip to content

Instantly share code, notes, and snippets.

View aliaghdam's full-sized avatar
💪
Don't be the same, Be Better

Ali Aghdam aliaghdam

💪
Don't be the same, Be Better
View GitHub Profile
@bradtraversy
bradtraversy / laravel_valet_setup.md
Last active September 5, 2024 15:06
Laravel Valet install on mac

Laravel Valet Setup (Mac)

This will get you setup with Laravel & Valet on your Mac. Quentin Watt has a good video tutorial on getting setup here as well

Install Homebrew

Go to https://brew.sh/ and copy the command and run in your terminal

It will be something like this...

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@witmin
witmin / ffmpeg-mp4-to-animated-webp.md
Last active September 20, 2024 11:10
Convert MP4 file to animated WebP in ffmpeg

Convert MP4 file to animated WEBP file in ffmpeg CLI

1. Install ffmpeg CLI through homebrew

In terminal.app, install ffmpeg through homebrew

brew install ffmpeg

Validate the installation:

@zackkatz
zackkatz / EDD Admin-Only Test Payments
Last active July 24, 2018 04:51
Allow admins to use test payments in Easy Digital Downloads for a live store.
<?php
/*
Plugin Name: EDD Test Payments
Plugin URI: https://gist.github.com/zackkatz/7418620
Description: Allow admins to use Test Payment even when it's not enabled.
Author: Katz Web Services, Inc.
Version: 1.0
Author URI: http://katz.co
*/