Skip to content

Instantly share code, notes, and snippets.

View CarlasHub's full-sized avatar
🌐
http://carlashub.com/

Carla Goncalves CarlasHub

🌐
http://carlashub.com/
View GitHub Profile
@zevisert
zevisert / mailgun_validate.js
Created March 30, 2017 22:36
This file merges mailgun validation functionality with jQuery Validation Plugin's surprisingly poor async validation customizability.
/**
* Created by zevisert on 2017-03-27.
* This file merges mailgun validation functionality with jQueryValidationPlugin's surprisingly
* poor async validation customizability. Much of this code has been borrowed from
* * jQuery Validation remote method
* - https://github.com/jquery-validation/jquery-validation/blob/master/src/core.js#L1477
* * Mailgun validator jquery plugin
* - https://github.com/mailgun/validator-demo/blob/master/mailgun_validator.js#L30
*
*
@prograhammer
prograhammer / laravel-lumen-5-homestead-win.md
Last active February 13, 2024 16:39
Laravel/Lumen 5.1 Homestead for Windows (includes fixes for shared-folder related slowness, npm install problems, caching, etc)

Laravel / Lumen Homestead for Windows w/fixes

###Initial installation and configuration Install Git for Windows which includes Git Bash.

Install VirtualBox and Vagrant.

Note: These fixes were not originally done for VirtualBox 5.0 and Vagrant 1.7.4. They are for the previous versions instead: VirtualBox 4.3.30 and Vagrant 1.7.3. Some of these fixes may not be needed now. For example, I recently upgraded to VirtualBox 5.0 and Vagrant 1.7.4 and I did not have to alter the Vagrant ruby (.rb) files as shown in part of this Gist below. I'll soon try from a fresh install (not upgrade) and update this Gist accordingly.

In Git Bash (always run as administrator), type cd ~ to