Howdy, Welcome to My Blog
Written by Tony Lea - 1 minute read
I've wanted to get into mobile development for quite some time and I've tested out a few of the mobile frameworks such as Cordova, Framework 7, and of course the IonicFramework.I was quickly drawn to Cordova as it seemed easiest to get started. I als...
Written by Tony Lea - 1 minute read
Laravel Kustomer is a simple Laravel package that adds a customer feedback popup to your site. This package was created by Clément Rigo, you can checkout the repo here: https://github.com/mydnic/laravel-kustomerTake a look at the demo image...
Written by Tony Lea - 2 minute read
You may have heard the term proxy before and if you are not too familiar with what that means, we'll cover that in this article. It's actually quite simple. When someone says the word proxy when referring to computers, they are probably talking about...
Written by Tony Lea - 2 minute read
Laravel TestTools is an awesome and easy to use Chrome Extension. You can install this extension on chrome and then press record and start creating dusk tests as you click around in your application. In this tutorial you will see just how easy it is ...
Written by Tony Lea - 3 minute read
I admit that I missed the BitCoin train and I didn’t get interested in Cryptocurrency until after December of 2017, when it skyrocketed to nearly $19,000 in December of 2017. I kept hearing about Bitcoin everywhere. It even made an apprearance on my ...
Written by Tony Lea - 9 minute read
So, you found out that Laravel Cashier doesn't support Paypal. It's all good, you can build in Paypal payments alongside cashier. The only downside is that Paypal has so many different ways of purchasing products and setting up recurring billing and ...
Written by Tony Lea - 4 minute read
While working on Voyager many people often ask how to interact with data on the front-end. This question usually comes up because many people think that Voyager is a CMS, and when they realize it's not they are wondering how to show the data on the f...
Written by Tony Lea - 1 minute read
Using Cookies in Laravel is super easy. Take a look at how we can use cookies in Laravel below: First, Set a cookie you can use the following code: $ref = 'my cookie value'; return redirect('/')->withCookie('ref', $ref); Second, get a cookie valu...
Written by Tony Lea - 1 minute read
Let's say you wanted to create your own Video Membership site. What would you use for that? Your first instinct might be to go with Wordpress and this is definitely a viable solution; however, there are going to be a lot of disconnects and a lot of f...
Written by Tony Lea - 1 minute read
Here's a roundup of some awesome cats p'laying on computers. Every now and then it's fun to do a post that distracts us from the computers a bit. Enjoy: With all this laziness, no one is going to kill any bugs or get any work done; ho...