Skip to content

Instantly share code, notes, and snippets.

View madila's full-sized avatar

Ruben madila

View GitHub Profile
@madila
madila / gist:178af482c5799a0968d4200e67baefec
Created March 31, 2021 06:30 — forked from discordier/gist:ed4b9cba14652e7212f5
options for phpStorm @noinspection annotation
javascript
ES6ValidationInspection
JSAccessibilityCheckInspection
JSBitwiseOperatorUsageInspection
JSCheckFunctionSignaturesInspection
JSClosureCompilerSyntaxInspection
JSCommentMatchesSignatureInspection
JSComparisonWithNaNInspection
JSConsecutiveCommasInArrayLiteralInspection
@madila
madila / WordPress:PluginHeader
Created December 30, 2019 19:02 — forked from rabbitinblack/WordPress:PluginHeader
Wordpress : Plugin Header Comment
<?php
/**
* Plugin Name:
* Plugin URI:
* Description:
* Version: 1.0
* Author: Rabbitinblack
* Author URI: http://www.rabbitinblack.com
* License: GPL2
*/
@madila
madila / customizer-links.php
Created July 5, 2019 14:40 — forked from slushman/customizer-links.php
How to link into the WordPress Customizer
@madila
madila / Laravel PHP7 LEMP AWS.md
Created November 23, 2016 14:25 — forked from santoshachari/Laravel PHP7 LEMP AWS.md
Laravel 5.x on Ubuntu 14.x, PHP 7.x, Nginx 1.9.x

#Steps to install latest Laravel, LEMP on AWS Ubuntu 14.4 version. This tutorial is the improvised verision of this tutorial on Digitalocean based on my experience.

Install PHP 7 on Ubuntu

Run the following commands in sequence.

sudo apt-get install -y language-pack-en-base
sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install zip unzip