Skip to content

Instantly share code, notes, and snippets.

View ARehmanMahi's full-sized avatar

Abdul Rehman ARehmanMahi

View GitHub Profile
@ARehmanMahi
ARehmanMahi / HTTP Response Cheat Sheet
Created December 14, 2021 05:30
HTTP Response Cheat Sheet for APIs
CRUD (Create, Read, Update, Delete) Generic > 200 OK
Create
> 201 Created
Read
> 200 OK
Update
> 204 No Content
Delete
> 204 No Content
@ARehmanMahi
ARehmanMahi / cloudSettings
Last active August 5, 2021 18:10
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-08-05T18:09:58.486Z","extensionVersion":"v3.4.3"}
@ARehmanMahi
ARehmanMahi / cloudSettings
Last active August 31, 2020 20:00
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-08-31T20:00:48.859Z","extensionVersion":"v3.4.3"}
@ARehmanMahi
ARehmanMahi / homestead-manual-install.md
Created May 25, 2017 11:55 — forked from idecardo/homestead-manual-install.md
Laravel Homestead Manual Installation

Getting Started

Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, HHVM, a web server, and any other server software on your local machine. Read more...

Download

Download homestead box using this link: