Skip to content

Instantly share code, notes, and snippets.

View techbly's full-sized avatar

techbly techbly

View GitHub Profile
@techbly
techbly / stripe_one_time_charge.php
Created April 10, 2019 19:44 — forked from thorwebdev/stripe_one_time_charge.php
Best practice example for creating one time charges using Stripe.js and Stripe's PHP bindings without creating customer objects.
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>One Time Charge</title>
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>
</head>
<body>
@techbly
techbly / homestead-manual-install.md
Created May 11, 2019 08:09 — forked from ibrahimi3/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: