Skip to content

Instantly share code, notes, and snippets.

View jon3laze's full-sized avatar
🎯
Focusing

Jon jon3laze

🎯
Focusing
View GitHub Profile
@karlhillx
karlhillx / laravel-mix-font-awesome.md
Last active September 10, 2025 10:16
Want to use Laravel and Font Awesome? (Regularly updated)

Laravel Mix & Font Awesome Setup: Compiling Assets

This document provides help on getting your Laravel instance running with the latest versions of Laravel Mix and Font Awesome. Note: This guide is for Laravel versions 5 through 7. If you are using Laravel 8, please go here.

Laravel Mix
@ashfame
ashfame / delete-all-tags.php
Created November 25, 2011 10:11
Delete all tags of a WP install
<?php
/**
* Delete all tags of a WordPress blog
*
* @author Ashfame
*
* Place this file in root of your WordPress install and open it in the browser - domain.com/delete-all-tags.php
*/