Skip to content

Instantly share code, notes, and snippets.

View juliocapuano's full-sized avatar
🏠
Working from home

Julio Alberto Capuano juliocapuano

🏠
Working from home
  • Lima, Perú
View GitHub Profile
@HDDen
HDDen / OutputmodMinify.php
Last active January 18, 2024 15:41 — forked from Rodrigo54/php-html-css-js-minifier.php
PHP class to Minify HTML, CSS and JavaScript
<?php
/**
* Class OutputmodMinify
*
* include_once 'OutputmodMinify.php';
* $html = \OutputmodMinify::minify($html);
*/
/**
* -----------------------------------------------------------------------------------------
@joelconty
joelconty / quick_laravel_dev_site.sh
Last active June 18, 2024 01:24
Quick Dev Site in Laravel
#!/usr/bin/env bash
#This script is intended as a quick laravel development website generator.
#It will ask you for a domain name to use, and it will generate and configure
#several things for you, like a local website that works on a fictitious domain name
#using https.
#
#For example, if you enter mygreatwebsite.lh, you will end up with a local laravel
#website working on https://www.mygreatwebsite.lh