PYROCMS – CheatSheet

Pyro CMS Cheatsheet

I came across with PyroCMS project, and I find it really hard to search for basic composer commands. So I decided to compile the PyroCMS cheatsheet. This is not a complete guide, but hopefully, you can make it as your reference. PyroCMS CheatSheet – Laravel Development Platform As stated from the official website of PyroCMS … Read more

Install private package with composer

install private package with composer

Most of the PHP framework now a day uses private packages from repositories using a Composer. To install a private package with the composer, we need to set the additional configuration for our composer.json file. Then we need to generate an SSH key and register it to our existing Git Repository. Just follow the steps … Read more

How do I install Visual Studio offline?

The latest version of Visual Studio removed the availability to download an offline installer. Instead, they offer to download a layout of the installer if you have unreliable network environments or no internet at all. Basically, this method is to create a copy of the installer itself, selecting the specific tools you need. This article … Read more

AngularJS with Asp.Net MVC

AngularJS

What is Angular? AngularJS is a JavaScript framework that extends HTML attribute to help develop a dynamic Web application. AngularJS with Asp.Net MVC Definition of Angular JS from its Official Page: AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML’s syntax … Read more