Skip to content

Instantly share code, notes, and snippets.

View rishpandey's full-sized avatar
🎯
Focusing

Rishabh Pandey rishpandey

🎯
Focusing
View GitHub Profile
@rishpandey
rishpandey / phpstorm-eap-update
Last active May 3, 2021 13:26 — forked from AubreyHewes/phpstorm-eap-update
Update/Install the latest PhpStorm EAP automatically (add to external tools)
#!/usr/bin/env bash
#######################################################################################################################
#
# Updates/Install the latest PhpStorm EAP
#
# --------------------------------------------------------------------------------------------------------------------
#
# * Retrieves the current version from the EAP wiki
# * If the new version is not the current version (based on symlink to PhpStorm) then updates
# * Creates a symlink from versioned folder to PhpStorm
@rishpandey
rishpandey / Errors.js
Created August 22, 2020 10:13 — forked from jeffochoa/Errors.js
Vue Form and Error validator (Laracasts)
class Errors {
/**
* Create a new Errors instance.
*/
constructor() {
this.errors = {};
}
/**
@rishpandey
rishpandey / README-Template.md
Created April 2, 2018 06:48 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites