Chrome and Windows: To hard refresh on Google Chrome on Windows, there are two ways you can do it: Hold down Ctrl and click the Reload button. Or Hold down Ctrl and press...

The ASUS RT-AC88U is a pretty awesome router. However, out of the box, it’s a bit finicky if you try to print to it via WiFi or Apple’s AirPrint. It doesn’t seem to want to...

open run cmd and type shell:startup Create .bat file net use Y:\\IPADRESS\share1 /persistent:yes

Laravel’s login throttling is a valuable combatant against dictionary attacks. the user will not be able to login for one minute if they fail to provide the correct credentials after sev...

Set up SSH for Git on Windows Use this section to create a default identity and SSH key when you're using Git on Windows. By default, the system adds keys for all identities to the /Users//.ssh&...

  Add SSH key to client to use with repo: https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html   In your root .bit folder open the config file and change url...

Use laravel validation with vuejs and veevalidate   NPM: https://www.npmjs.com/package/vee-validate-laravel   Add to app.js: import VeeValidate from 'vee-validate'; import VeeValidate...

Pulled from http://laravelcoding.com/blog/laravel-5-beauty-sending-mail-and-using-queues   Changing the Controller To queue the email, there’s only a single small change to make. Up...

<select name="speeds" class="form-control" v-validate="'required'" data-vv-delay="1000" data-vv-as="Carrier Speed" :class="{'input': true, 'is-danger': errors.has('carrier_speeds') }" :disabled="sp...

In the stripe documentation  https://stripe.com/docs/connect/direct-charges they have a PHP version on how to do a direct charge. // Set your secret key: remember to change this to your live s...


Something will go here..